diff --git a/README.rst b/README.rst index 0838647..19577c7 100644 --- a/README.rst +++ b/README.rst @@ -139,6 +139,12 @@ The original ``git-up`` has been written by aanand: Changelog --------- +v1.1.3 (*2014-03-23*) +~~~~~~~~~~~~~~~~~~~~~ + +- ``ahead of upstream`` messages are now cyan (see `aanand/git-up#60 `__) +- Fixed problem when using % in the log hook (`#1 `__) + v1.1.2 (*2013-10-08*) ~~~~~~~~~~~~~~~~~~~~~ diff --git a/setup.py b/setup.py index 2c4f7a8..a722b41 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="git-up", - version="1.1.2", + version="1.1.3", packages=find_packages(exclude=["tests"]), scripts=['PyGitUp/gitup.py'], install_requires=['GitPython==0.3.2.RC1', 'colorama==0.2.4,==0.2.7',