Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit614f215

Browse files
committed
Release 0.1
It is sufficiently stable. I may not have all the tests written, but I mightas well.
1 parent3cb69be commit614f215

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

‎HISTORY.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
History/Changelog
22
=================
33

4-
0.1: 2012-xx-xx
4+
0.1: 2012-11-13
55
---------------
66

7-
-100% unit test coverage
7+
-Add API for GitHub Enterprise customers.
88

99
0.1b2: 2012-11-10
1010
-----------------
@@ -26,7 +26,7 @@ History/Changelog
2626
-----------------
2727

2828
- Support for the complete GitHub API (accomplished)
29-
29+
3030
- Now also includes the Statuses API
3131
- Also covers the auto_init parameters to the Repository creation
3232
methodology

‎github3/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@
1313
__author__='Ian Cordasco'
1414
__license__='Modified BSD'
1515
__copyright__='Copyright 2012 Ian Cordasco'
16-
__version__='0.1b2'
16+
__version__='0.1'
1717

1818
fromgithub3.apiimport*
1919
fromgithub3.githubimportGitHub
2020
fromgithub3.modelsimportGitHubError
21+
22+
# flake8: noqa

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp