From f3310bd98777ad58400c2c001442b23da678e052 Mon Sep 17 00:00:00 2001 From: Justin Womersley Date: Mon, 7 Jan 2019 09:30:42 -0800 Subject: [PATCH] Update version to 1.0.3 --- HISTORY.rst | 9 +++++++++ pyup/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 47ece1a..dde2b67 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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. diff --git a/pyup/__init__.py b/pyup/__init__.py index a6221b3..3f6fab6 100644 --- a/pyup/__init__.py +++ b/pyup/__init__.py @@ -1 +1 @@ -__version__ = '1.0.2' +__version__ = '1.0.3' diff --git a/setup.cfg b/setup.cfg index 3fdbda2..7217699 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.0 +current_version = 1.0.3 commit = True tag = True diff --git a/setup.py b/setup.py index 2fd105f..8f6d96c 100755 --- a/setup.py +++ b/setup.py @@ -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",