diff --git a/README.rst b/README.rst index 20c6db6..9c17996 100644 --- a/README.rst +++ b/README.rst @@ -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 `__). + v1.5.0 (*2018-04-26*) ~~~~~~~~~~~~~~~~~~~~~ diff --git a/setup.py b/setup.py index 0a4007d..2092c69 100644 --- a/setup.py +++ b/setup.py @@ -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',