Skip to content

Commit

Permalink
Releasing 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelpivato committed May 1, 2020
1 parent 8baf56a commit 4998d15
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@
History
-------

1.1.1a (current)
-----------------
1.1.1 (2020-05-01)
------------------
* Fixed package Python requirement metadata to Python 3.5+
* Added an option to ignore SSL certificate
* GitLab integration minor fixes
* Upgraded Dparse and Safety requirement
* Fixed `#343`_ affecting Cookiecutter projects
* Fixed `#348`_ affecting GitLab branch removal

.. _#343: https://github.com/pyupio/pyup/issues/343
.. _#348: https://github.com/pyupio/pyup/pull/348

1.1.0 (2020-3-14)
-----------------
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.1.1a'
__version__ = '1.1.1'
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 = 1.1.1a
current_version = 1.1.1
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<pre>[a-z]*)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

setup(
name='pyupio',
version='1.1.1a',
version='1.1.1',
description="A tool to update all your projects requirements",
long_description=readme + '\n\n' + history,
long_description_content_type="text/x-rst",
Expand Down

0 comments on commit 4998d15

Please sign in to comment.