Skip to content

Commit

Permalink
Version bump to v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
msiemens committed Sep 13, 2018
1 parent 56045da commit fa0a2c8
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 @@ -167,6 +167,11 @@ The original ``git-up`` has been written by aanand:
Changelog
---------

v1.5.1 (*2018-09-13*)
~~~~~~~~~~~~~~~~~~~~~

- Fixed crash on Cygwin with rebase log hook enabled (`#80 <https://github.com/msiemens/PyGitUp/issues/80>`__).

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

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.5.0",
version="1.5.1",
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 fa0a2c8

Please sign in to comment.