Skip to content

Commit 38ca7ea

Browse files
committed
Bump version: 0.1.2 → 0.2.0
1 parent abc27b5 commit 38ca7ea

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
# |version| and |release|, also used in various other places throughout the
5757
# built documents.
5858
#
59-
version = '0.1.2'
59+
version = '0.2.0'
6060
release = version
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
@@ -139,7 +139,7 @@
139139
# The name for this set of Sphinx documents.
140140
# "<project> v<release> documentation" by default.
141141
#
142-
# html_title = u'python-param-store v0.1.2'
142+
# html_title = u'python-param-store v0.2.0'
143143

144144
# A shorter title for the navigation bar. Default is the same as html_title.
145145
#

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.2
2+
current_version = 0.2.0
33
commit = true
44
tag = true
55
tag_name = {new_version}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
setup(
3434
name='param-store',
35-
version='0.1.2',
35+
version='0.2.0',
3636
description="Parameter store for secrets",
3737
long_description=long_description,
3838
url='https://github.com/labd/python-param-store',

src/param_store/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
__all__ = ['Env', 'EC2ParameterStore']
55

6-
__version__ = '0.1.2'
6+
__version__ = '0.2.0'

0 commit comments

Comments
 (0)