We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a8924d commit b17ca44Copy full SHA for b17ca44
epages_provisioning/__init__.py
@@ -4,4 +4,4 @@
4
5
__author__ = """Tatu Wikman"""
6
__email__ = 'tatu.wikman@gmail.com'
7
-__version__ = '1.1.3'
+__version__ = '1.1.4'
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.1.3
+current_version = 1.1.4
3
commit = True
tag = True
setup.py
@@ -25,7 +25,7 @@
25
26
setup(
27
name='epages_provisioning',
28
- version='1.1.3',
+ version='1.1.4',
29
description="Python library for calling ePages provisioning services",
30
long_description=readme + '\n\n' + history,
31
long_description_content_type='text/x-rst',
0 commit comments