Skip to content

Commit

Permalink
new release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jayfk committed Jul 28, 2016
1 parent 59d6a20 commit a28981d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
14 changes: 13 additions & 1 deletion HISTORY.rst
Expand Up @@ -3,6 +3,18 @@
History History
------- -------


0.3.0 (2016-7-28)
---------------------

* Fixed a bug where a race condition occurred when committing too fast.
* Various parser enhancements
* Empty commits are now filtered out automatically
* The bot now supports custom branches and custom index servers
* Stale pull requests will now be closed automatically
* Switched to setuptools new Requirement implementation
* Enhanced logging
* A lot of smaller bugfixes

0.2.0 (2016-1-7) 0.2.0 (2016-1-7)
--------------------- ---------------------


Expand All @@ -12,7 +24,7 @@ History
--------------------- ---------------------


* Fixed a bug with the github provider when committing too fast. * Fixed a bug with the github provider when committing too fast.
* Requirement content replace function had a bug where not always the right requirement * Requirement content replace function had a bug where not always the right requirement
was replaced was replaced


0.1.3 (2015-12-27) 0.1.3 (2015-12-27)
Expand Down
2 changes: 1 addition & 1 deletion pyup/__init__.py
@@ -1 +1 @@
__version__ = '0.2.0' __version__ = '0.3.0'
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 0.2.0 current_version = 0.3.0
commit = True commit = True
tag = True tag = True


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -30,7 +30,7 @@


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

0 comments on commit a28981d

Please sign in to comment.