Skip to content

Commit

Permalink
Publish version 1.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquev6 committed Oct 8, 2014
1 parent f2b1bfb commit 5a05a5e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
15 changes: 10 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ Here is the `documentation <http://jacquev6.github.io/PyGithub/v2/index.html#mig
What's new?
===========

Version 1.25.2 (October 7th, 2014)
----------------------------------

* `Work around <https://github.com/jacquev6/PyGithub/issues/278>`__ the API v3 returning `null`s in some paginated responses, `erichaase <https://github.com/erichaase>`__ for the bug report

Version 1.25.1 (September 28th, 2014)
-------------------------------------

* `Fix <https://github.com/jacquev6/PyGithub/pull/275>`__ two-factor authentication header, thanks to `tradej <https://github.com/tradej>`__ for the pull request

Version 2.0.0-alpha.4 (August 5th, 2014)
----------------------------------------

Expand All @@ -31,11 +41,6 @@ You can see what's not covered in details in the `unimplemented.*.yml <https://g

Do not hesitate to `open an issue <https://github.com/jacquev6/PyGithub/issues>`_ to discuss anything.

Version 1.25.1 (September 28th, 2014)
-------------------------------------

* `Fix <https://github.com/jacquev6/PyGithub/pull/275>`__ two-factor authentication header, hanks to `tradej <https://github.com/tradej>`__ for the pull request

`Version 1.25.0 <https://github.com/jacquev6/PyGithub/issues?milestone=38&state=closed>`_ (May 4th, 2014)
---------------------------------------------------------------------------------------------------------

Expand Down
7 changes: 6 additions & 1 deletion doc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@ Change log
Stable versions
~~~~~~~~~~~~~~~

Version 1.25.2 (October 7th, 2014)
----------------------------------

* `Work around <https://github.com/jacquev6/PyGithub/issues/278>`__ the GitHub API v3 returning `null`s in some paginated responses, `erichaase <https://github.com/erichaase>`__ for the bug report

Version 1.25.1 (September 28th, 2014)
-------------------------------------

* `Fix <https://github.com/jacquev6/PyGithub/pull/275>`__ two-factor authentication header, hanks to `tradej <https://github.com/tradej>`__ for the pull request
* `Fix <https://github.com/jacquev6/PyGithub/pull/275>`__ two-factor authentication header, thanks to `tradej <https://github.com/tradej>`__ for the pull request

`Version 1.25.0 <https://github.com/jacquev6/PyGithub/issues?milestone=38&state=closed>`_ (May 4th, 2014)
---------------------------------------------------------------------------------------------------------
Expand Down
4 changes: 1 addition & 3 deletions manage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function publish {
test
bump
readme
# doc
doc
push
# twitt_release
}
Expand Down Expand Up @@ -74,9 +74,7 @@ function push {
}

function sdist_upload {
cp COPYING* github
python setup.py sdist upload
rm -rf github/COPYING*
}

function unmerged {
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import shutil
import os.path

version = "1.25.1"
version = "1.25.2"


if __name__ == "__main__":
Expand Down

0 comments on commit 5a05a5e

Please sign in to comment.