Skip to content

Commit 7f8af48

Browse files
committed
Maintainer to whatnick and version to 0.9.2
Signed-off-by: Tisham Dhar <[email protected]>
1 parent 9002229 commit 7f8af48

File tree

5 files changed

+15
-12
lines changed

5 files changed

+15
-12
lines changed

AUTHORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ Development Lead
1010
Contributors
1111
------------
1212

13+
* Tisham Dhar <[email protected]>
1314
None yet. Why not be the first?

README.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,18 @@ Python DynamoDB Lock
44

55

66
.. image:: https://img.shields.io/pypi/v/python_dynamodb_lock.svg
7-
:target: https://pypi.python.org/pypi/python_dynamodb_lock
7+
:target: https://pypi.python.org/pypi/python_dynamodb_lock_whatnick
88

9-
.. image:: https://img.shields.io/travis/mohankishore/python_dynamodb_lock.svg
10-
:target: https://travis-ci.org/mohankishore/python_dynamodb_lock
9+
.. image:: https://img.shields.io/travis/whatnick/python_dynamodb_lock.svg
10+
:target: https://travis-ci.org/whatnick/python_dynamodb_lock
1111

12-
.. image:: https://readthedocs.org/projects/python-dynamodb-lock/badge/?version=latest
13-
:target: https://python-dynamodb-lock.readthedocs.io/en/latest/?badge=latest
12+
.. image:: https://readthedocs.org/projects/python-dynamodb-lock-whatnick/badge/?version=latest
13+
:target: https://python-dynamodb-lock-whatnick.readthedocs.io/en/latest/?badge=latest
1414
:alt: Documentation Status
1515

16-
16+
This is a fork of the currently unmaintained (2 years) of `Python DynamoDB Lock <https://github.com/mohankishore/python_dynamodb_lock>`_
17+
project. In the spirit of open-source `whatnick <https://twitter.com/whatnick>`_ is maintaining this while there is some time.
18+
Any enhancements targeting this project can be sent here.
1719

1820

1921
This is a general purpose distributed locking library built on top of DynamoDB. It is heavily

python_dynamodb_lock/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
"""The package contains a single module - with the same name i.e. python_dynamodb_lock"""
44

5-
__author__ = """Mohan Kishore"""
6-
__email__ = '[email protected]'
7-
__version__ = '0.9.1'
8-
__copyright__ = 'Copyright (C) 2018 Mohan Kishore'
5+
__author__ = """Mohan Kishore, Tisham Dhar"""
6+
7+
__version__ = '0.9.2'
8+
__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.1
2+
current_version = 0.9.2
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
long_description=readme + '\n\n' + history,
3939
include_package_data=True,
4040
keywords='python_dynamodb_lock',
41-
name='python_dynamodb_lock',
41+
name='python_dynamodb_lock_whatnick',
4242
packages=find_packages(include=['python_dynamodb_lock']),
4343
setup_requires=setup_requirements,
4444
test_suite='tests',

0 commit comments

Comments
 (0)