Skip to content

Commit e9868e6

Browse files
committed
Prep docs and stuff for 0.9.2 tag
Signed-off-by: Tisham Dhar <[email protected]>
1 parent f1597b7 commit e9868e6

File tree

6 files changed

+17
-12
lines changed

6 files changed

+17
-12
lines changed

AUTHORS.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ Development Lead
77

88
* Mohan Kishore <[email protected]>
99

10-
Contributors
11-
------------
10+
Contributors/Maintainers
11+
------------------------
1212

1313
* Tisham Dhar <[email protected]>
14-
None yet. Why not be the first?

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Before you submit a pull request, check that it meets these guidelines:
103103
your new functionality into a function with a docstring, and add the
104104
feature to the list in README.rst.
105105
3. The pull request should work for Python 2.7, 3.4, 3.5 and 3.6, and for PyPy. Check
106-
https://travis-ci.org/mohankishore/python_dynamodb_lock/pull_requests
106+
https://travis-ci.org/whatnick/python_dynamodb_lock/pull_requests
107107
and make sure that the tests pass for all supported Python versions.
108108

109109
Tips

HISTORY.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
=======
22
History
33
=======
4+
0.9.2 (2020-07-14)
5+
------------------
6+
* Forked Release from whatnick
47

5-
0.9.0 (2018-10-28)
8+
0.9.1 (2019-10-29)
69
------------------
10+
* Main repository second release
711

12+
0.9.0 (2018-10-28)
13+
------------------
814
* First release on PyPI.

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ This is a general purpose distributed locking library built on top of DynamoDB.
2323
library, and supports both coarse-grained and fine-grained locking.
2424

2525
* Free software: Apache Software License 2.0
26-
* Documentation: https://python-dynamodb-lock.readthedocs.io
27-
* Source Code: https://github.com/mohankishore/python_dynamodb_lock
26+
* Documentation: https://python-dynamodb-lock-whatnick.readthedocs.io
27+
* Source Code: https://github.com/whatnick/python_dynamodb_lock
2828

2929

3030
Features

docs/installation.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ You can either clone the public repository:
3232

3333
.. code-block:: console
3434
35-
$ git clone git://github.com/mohankishore/python_dynamodb_lock
35+
$ git clone git://github.com/whatnick/python_dynamodb_lock
3636
3737
Or download the `tarball`_:
3838

3939
.. code-block:: console
4040
41-
$ curl -OL https://github.com/mohankishore/python_dynamodb_lock/tarball/master
41+
$ curl -OL https://github.com/whatnick/python_dynamodb_lock/tarball/master
4242
4343
Once you have a copy of the source, you can install it with:
4444

@@ -47,5 +47,5 @@ Once you have a copy of the source, you can install it with:
4747
$ python setup.py install
4848
4949
50-
.. _Github repo: https://github.com/mohankishore/python_dynamodb_lock
51-
.. _tarball: https://github.com/mohankishore/python_dynamodb_lock/tarball/master
50+
.. _Github repo: https://github.com/whatnick/python_dynamodb_lock
51+
.. _tarball: https://github.com/whatnick/python_dynamodb_lock/tarball/master

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
setup_requires=setup_requirements,
4444
test_suite='tests',
4545
tests_require=test_requirements,
46-
url='https://github.com/mohankishore/python_dynamodb_lock',
46+
url='https://github.com/whatnick/python_dynamodb_lock',
4747
version='0.9.2',
4848
zip_safe=False,
4949
)

0 commit comments

Comments
 (0)