Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
msiemens committed Nov 22, 2016
1 parent 2aa1190 commit 0e71ed3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,11 @@ The original ``git-up`` has been written by aanand:
Changelog
---------

v1.4.3 (*2016-11-22*)
~~~~~~~~~~~~~~~~~~~~~

- Fixed a bug with GitPython <= 2.0.8 (`#56 <https://github.com/msiemens/PyGitUp/issues/56>`__, `#57 <https://github.com/msiemens/PyGitUp/issues/57>`__).

v1.4.2 (*2016-09-29*)
~~~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="git-up",
version="1.4.2",
version="1.4.3",
packages=find_packages(),
scripts=['PyGitUp/gitup.py'],
install_requires=['GitPython>2.0.0', 'colorama>=0.3.7',
Expand Down

0 comments on commit 0e71ed3

Please sign in to comment.