Skip to content

Commit

Permalink
Version bump to v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
msiemens committed Mar 23, 2014
1 parent 1801a86 commit 9287476
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/aanand/git-up/issues/60>`__)
- Fixed problem when using % in the log hook (`#1 <https://github.com/msiemens/PyGitUp/issues/11>`__)

v1.1.2 (*2013-10-08*)
~~~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 9287476

Please sign in to comment.