diff --git a/README.rst b/README.rst index 77f6cf6..b6e7471 100644 --- a/README.rst +++ b/README.rst @@ -157,6 +157,11 @@ The original ``git-up`` has been written by aanand: Changelog --------- +v1.4.4 (*2016-11-30*) +~~~~~~~~~~~~~~~~~~~~~ + +- Fixed a bug when working with ``git worktree`` (`#58 `__). + v1.4.3 (*2016-11-22*) ~~~~~~~~~~~~~~~~~~~~~ diff --git a/setup.py b/setup.py index de66bdb..61a45ed 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="git-up", - version="1.4.3", + version="1.4.4", packages=find_packages(), scripts=['PyGitUp/gitup.py'], install_requires=['GitPython>2.0.0', 'colorama>=0.3.7',