Skip to content

Commit

Permalink
Version bump to v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
msiemens committed Sep 29, 2016
1 parent add91a8 commit af7ebff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/msiemens/PyGitUp/issues/53>`__).

v1.4.1 (*2016-08-02*)
~~~~~~~~~~~~~~~~~~~~~

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.4.1",
version="1.4.2",
packages=find_packages(),
scripts=['PyGitUp/gitup.py'],
install_requires=['GitPython>=1.0.2', 'colorama>=0.3.7',
Expand Down

0 comments on commit af7ebff

Please sign in to comment.