Skip to content

Commit

Permalink
Version bump to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msiemens committed Apr 26, 2018
1 parent 30b4706 commit 16600c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,12 @@ The original ``git-up`` has been written by aanand:
Changelog
---------

v1.5.0 (*2018-04-26*)
~~~~~~~~~~~~~~~~~~~~~

- Added auto-push support. Thanks `@WoLpH <https://github.com/WoLpH>`_
for `Pull Request #74 <https://github.com/msiemens/PyGitUp/pull/74>`_.

v1.4.7 (*2018-04-07*)
~~~~~~~~~~~~~~~~~~~~~

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.7",
version="1.5.0",
packages=find_packages(),
install_requires=['GitPython>=2.1.8', 'colorama>=0.3.7',
'termcolor>=1.1.0', 'click>=6.0.0',
Expand Down

0 comments on commit 16600c6

Please sign in to comment.