Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
jayfk committed Oct 21, 2016
1 parent 440b8e4 commit f7880af
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@
History
-------

Unreleased
----------
0.5.0 (2016-10-21)
------------------
* The bot now parses requirement extras correctly
* Made the config parser more robust
* Fixed a possible endless loop on conflicting PRs
* Added schedules to the config parser
* Now using PyGithub again

0.4.0 (2016-8-30)
-----------------
Expand Down
2 changes: 1 addition & 1 deletion pyup/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.0'
__version__ = '0.5.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

setup(
name='pyupio',
version='0.4.0',
version='0.5.0',
description="A tool to update all your projects requirements",
long_description=readme + '\n\n' + history,
author="Jannis Gebauer",
Expand Down

0 comments on commit f7880af

Please sign in to comment.