diff --git a/README.rst b/README.rst index cbb8542..e792bdc 100644 --- a/README.rst +++ b/README.rst @@ -157,6 +157,11 @@ The original ``git-up`` has been written by aanand: Changelog --------- +v1.4.1 (*2016-09-29*) +~~~~~~~~~~~~~~~~~~~~~ + +- Switched the command line argument parsing library (`#53 `__). + v1.4.1 (*2016-08-02*) ~~~~~~~~~~~~~~~~~~~~~ diff --git a/setup.py b/setup.py index 6fe2b9e..8c118ae 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="git-up", - version="1.4.1", + version="1.4.2", packages=find_packages(), scripts=['PyGitUp/gitup.py'], install_requires=['GitPython>=1.0.2', 'colorama>=0.3.7',