Skip to content
Snippets Groups Projects
Commit d8570950 authored by Ondrej Fikar's avatar Ondrej Fikar
Browse files

Bump version: 2.1.0-rc4 → 2.1.0-rc5

parent 1ab418d9
Branches
Tags 2.1.0-rc5
No related merge requests found
[bumpversion]
current_version = 2.1.0-rc4
current_version = 2.1.0-rc5
commit = True
tag = True
tag_name = {new_version}
......
......@@ -18,4 +18,4 @@
"""Django application for managing bank payments and invoices."""
__version__ = '2.1.0-rc4'
__version__ = '2.1.0-rc5'
......@@ -55,7 +55,7 @@ EXTRAS_REQUIRE = {'quality': ['isort', 'flake8', 'pydocstyle', 'polint', 'mypy']
'teller': ['fred-teller ~=0.3.4']}
setup(name='django-pain',
version='2.1.0-rc4',
version='2.1.0-rc5',
description='Django application for managing bank payments and invoices',
long_description=readme(),
url='http://www.nic.cz/',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment