Skip to content

Commit

Permalink
Update version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Womersley authored and Justin Womersley committed Jan 7, 2019
1 parent a21d32a commit f3310bd
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
History
-------

1.0.3 (2019-1-7)
-----------------
* Update PyGithub, Cryptography, PyYAML versions with fixes
* Fix for GitHub empty commit error message #329
* Fix use of deprecated assertEquals() in tests #324
* Make schedules case-insensitive #320
* Improve Gitlab integration #314
* Add provider_url option and support for GitHub Enterprise #301

1.0.2 (2018-8-21)
-----------------
* Order the hashes being updated on requirements files.
Expand Down
2 changes: 1 addition & 1 deletion pyup/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.2'
__version__ = '1.0.3'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.0
current_version = 1.0.3
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

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

0 comments on commit f3310bd

Please sign in to comment.