diff --git a/README.rst b/README.rst index 96105d1..e1e769c 100644 --- a/README.rst +++ b/README.rst @@ -157,6 +157,11 @@ The original ``git-up`` has been written by aanand: Changelog --------- +v1.4.6 (*2017-12-19*) +~~~~~~~~~~~~~~~~~~~~~ + +- 3rd party dependencies have been updated (see `#65 `__). + v1.4.5 (*2017-01-02*) ~~~~~~~~~~~~~~~~~~~~~ diff --git a/setup.py b/setup.py index 4dae337..bd664d4 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="git-up", - version="1.4.5", + version="1.4.6", packages=find_packages(), install_requires=['GitPython>=2.1.8', 'colorama>=0.3.7', 'termcolor>=1.1.0', 'click>=6.0.0',