mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 03:41:08 +00:00
Minor fixes
This commit is contained in:
@@ -13,7 +13,7 @@ What's new?
|
||||
|
||||
[](http://travis-ci.org/jacquev6/PyGithub)
|
||||
|
||||
[Version 1.9.1](https://github.com/jacquev6/PyGithub/issues?milestone=16&state=closed) (November 20th, 2012)
|
||||
[Version 1.9.1](https://github.com/jacquev6/PyGithub/issues?milestone=17&state=closed) (November 20th, 2012)
|
||||
------------------------------------------------------------------------------------------------------------
|
||||
|
||||
* Fix an assertion failure when integers returned by Github do not fit in a Python `int`
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
[Version 1.9.1](https://github.com/jacquev6/PyGithub/issues?milestone=16&state=closed) (November 20th, 2012)
|
||||
[Version 1.9.1](https://github.com/jacquev6/PyGithub/issues?milestone=17&state=closed) (November 20th, 2012)
|
||||
------------------------------------------------------------------------------------------------------------
|
||||
|
||||
* Fix an assertion failure when integers returned by Github do not fit in a Python `int`
|
||||
|
||||
+1
-1
@@ -26,5 +26,5 @@ cp -r *.md doc COPYING* github
|
||||
python setup.py sdist upload
|
||||
rm -rf github/*.md github/doc github/COPYING*
|
||||
|
||||
git push origin master master:develop
|
||||
git push github master master:develop
|
||||
git push --tags
|
||||
|
||||
Reference in New Issue
Block a user