From fa0a2c814243ce1696a89485145a66a5f68766fe Mon Sep 17 00:00:00 2001 From: Markus Siemens Date: Thu, 13 Sep 2018 17:03:42 +0200 Subject: [PATCH] Version bump to v1.5.1 --- README.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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',