Skip to content

Commit

Permalink
Version bump to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msiemens committed Apr 8, 2015
1 parent c238846 commit aa3578f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Otherwise pip will refuse to install ``git-up`` due to ``Access denied`` errors.
Python 3 compatibility:
~~~~~~~~~~~~~~~~~~~~~~~

Python 3.3 and 3.4 are supported.
Python 3.3 and 3.4 are supported :)

Options and Configuration
-------------------------
Expand Down Expand Up @@ -155,6 +155,15 @@ The original ``git-up`` has been written by aanand:
Changelog
---------

v1.3.0 (*2015-04-08*)
~~~~~~~~~~~~~~~~~~~~~

- Support for Python 3 has been added. Thanks `@r4ts0n <https://github.com/r4ts0n>`_
for the `Pull Request <https://github.com/msiemens/PyGitUp/pull/23>`_
and `@Byron <https://github.com/Byron>`_ for quickly merging a Pull Request
in `GitPython <https://github.com/gitpython-developers/GitPython>`_
and releasing a new version on which this release depends.

v1.2.2 (*2015-02-23*)
~~~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GitPython==0.3.6
GitPython==1.0.0
colorama==0.3.3
termcolor==1.1.0
docopt==0.6.2
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

setup(
name="git-up",
version="1.2.2",
version="1.3.0",
packages=find_packages(exclude=["tests"]),
scripts=['PyGitUp/gitup.py'],
install_requires=['GitPython==0.3.6', 'colorama==0.3.3',
install_requires=['GitPython==1.0.0', 'colorama==0.3.3',
'termcolor==1.1.0', 'docopt==0.6.2',
'six==1.9.0'],

Expand Down

0 comments on commit aa3578f

Please sign in to comment.