Skip to content

Commit

Permalink
Prep docs and stuff for 0.9.2 tag
Browse files Browse the repository at this point in the history
Signed-off-by: Tisham Dhar <[email protected]>
  • Loading branch information
whatnick committed Jul 14, 2020
1 parent f1597b7 commit e9868e6
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 12 deletions.
5 changes: 2 additions & 3 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ Development Lead

* Mohan Kishore <[email protected]>

Contributors
------------
Contributors/Maintainers
------------------------

* Tisham Dhar <[email protected]>
None yet. Why not be the first?
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Before you submit a pull request, check that it meets these guidelines:
your new functionality into a function with a docstring, and add the
feature to the list in README.rst.
3. The pull request should work for Python 2.7, 3.4, 3.5 and 3.6, and for PyPy. Check
https://travis-ci.org/mohankishore/python_dynamodb_lock/pull_requests
https://travis-ci.org/whatnick/python_dynamodb_lock/pull_requests
and make sure that the tests pass for all supported Python versions.

Tips
Expand Down
8 changes: 7 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
=======
History
=======
0.9.2 (2020-07-14)
------------------
* Forked Release from whatnick

0.9.0 (2018-10-28)
0.9.1 (2019-10-29)
------------------
* Main repository second release

0.9.0 (2018-10-28)
------------------
* First release on PyPI.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ This is a general purpose distributed locking library built on top of DynamoDB.
library, and supports both coarse-grained and fine-grained locking.

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


Features
Expand Down
8 changes: 4 additions & 4 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ You can either clone the public repository:

.. code-block:: console
$ git clone git://github.com/mohankishore/python_dynamodb_lock
$ git clone git://github.com/whatnick/python_dynamodb_lock
Or download the `tarball`_:

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

Expand All @@ -47,5 +47,5 @@ Once you have a copy of the source, you can install it with:
$ python setup.py install
.. _Github repo: https://github.com/mohankishore/python_dynamodb_lock
.. _tarball: https://github.com/mohankishore/python_dynamodb_lock/tarball/master
.. _Github repo: https://github.com/whatnick/python_dynamodb_lock
.. _tarball: https://github.com/whatnick/python_dynamodb_lock/tarball/master
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
setup_requires=setup_requirements,
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/mohankishore/python_dynamodb_lock',
url='https://github.com/whatnick/python_dynamodb_lock',
version='0.9.2',
zip_safe=False,
)

0 comments on commit e9868e6

Please sign in to comment.