Skip to content

Commit

Permalink
Version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelpivato committed Feb 19, 2021
1 parent 56cfe8c commit 9f30ca3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 25 deletions.
5 changes: 2 additions & 3 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
History
-------

1.1.2a (current)
----------------
* Current unstable
1.1.2 (2021-02-19)
-------------------
* Schedule wont break config reading if it is not a string
* New feature `#274`_ allows customizing commit messages
* Fixed `#384`_ affecting GitLab automatic merge
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

A tool that updates all your project's Python dependency files through Pull Requests on GitHub/GitLab.

.. image:: https://github.com/pyupio/pyup/blob/master/demo.gif
.. image:: https://github.com/pyupio/pyup/raw/master/demo.gif

About
-----
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.2a'
__version__ = '1.1.2'
19 changes: 0 additions & 19 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
[bumpversion]
current_version = 1.1.2a
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<pre>[a-z]*)
serialize =
{major}.{minor}.{patch}{pre}
{major}.{minor}.{patch}

[bumpversion:file:setup.py]

[bumpversion:file:pyup/__init__.py]

[bumpversion:part:pre]
optional_value = final
values =
a
final

[wheel]
universal = 1

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.2a',
version='1.1.2',
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 9f30ca3

Please sign in to comment.