Skip to content

Commit d4ab095

Browse files
committed
bump to 0.9.3 to allow CI release
Signed-off-by: Tisham Dhar <[email protected]>
1 parent e9868e6 commit d4ab095

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

HISTORY.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
=======
22
History
33
=======
4-
0.9.2 (2020-07-14)
4+
0.9.3 (2020-07-14)
55
------------------
6-
* Forked Release from whatnick
6+
* Forked Release from whatnick via CI
7+
8+
0.9.2 (2020-07-13)
9+
------------------
10+
* Forked Release from whatnick manual
711

812
0.9.1 (2019-10-29)
913
------------------

python_dynamodb_lock/__init__.py

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

55
__author__ = """Mohan Kishore, Tisham Dhar"""
66
7-
__version__ = '0.9.2'
7+
__version__ = '0.9.3'
88
__copyright__ = 'Copyright (C) 2018 Mohan Kishore, 2020 Tisham Dhar'

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.9.2
2+
current_version = 0.9.3
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
test_suite='tests',
4545
tests_require=test_requirements,
4646
url='https://github.com/whatnick/python_dynamodb_lock',
47-
version='0.9.2',
47+
version='0.9.3',
4848
zip_safe=False,
4949
)

0 commit comments

Comments
 (0)