Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
xrmx committed Apr 24, 2021
1 parent cce1523 commit 81b7e2c
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -2,6 +2,13 @@
History
=======

0.3.0 (2021-04-24)
------------------

* Make it possible to pass a custom normalization function (Terence D. Honles)
* Fix regular expression to require RSS (Terence D. Honles)
* Use Github actions instead of Travis (Terence D. Honles)

0.2.0 (2020-01-10)
------------------

2 changes: 1 addition & 1 deletion pyuwsgimemhog/__init__.py
Original file line number Diff line number Diff line change
@@ -4,4 +4,4 @@

__author__ = """Riccardo Magliocchetti"""
__email__ = 'riccardo.magliocchetti@gmail.com'
__version__ = '0.1.0'
__version__ = '0.3.0'
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.2.0
current_version = 0.3.0
commit = True
tag = True

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -45,6 +45,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/xrmx/pyuwsgimemhog',
version='0.2.0',
version='0.3.0',
zip_safe=False,
)

0 comments on commit 81b7e2c

Please sign in to comment.