Skip to content

Commit

Permalink
Version bump to v1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
msiemens committed Jan 2, 2017
1 parent 82bc049 commit 54ad7fd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,14 @@ The original ``git-up`` has been written by aanand:
Changelog
---------

v1.4.5 (*2017-01-02*)
~~~~~~~~~~~~~~~~~~~~~

- Fixed problems when working with branches containing hash signs in their name
(`#55 <https://github.com/msiemens/PyGitUp/issues/55>`__).
- No longer installs a now unneeded script on ``pip install``. Thanks `@ekohl <https://github.com/ekohl>`_
for `Pull Request #60 <https://github.com/msiemens/PyGitUp/pull/60>`_.

v1.4.4 (*2016-11-30*)
~~~~~~~~~~~~~~~~~~~~~

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.4",
version="1.4.5",
packages=find_packages(),
install_requires=['GitPython>=2.1.1', 'colorama>=0.3.7',
'termcolor>=1.1.0', 'click>=6.0.0',
Expand Down

0 comments on commit 54ad7fd

Please sign in to comment.