Skip to content

Commit

Permalink
Merge branch 'release/2.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed Aug 21, 2021
2 parents ec9f5da + 90d267a commit 248e450
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions README.rst
Expand Up @@ -47,6 +47,12 @@ that if the connection gets killed due to network issues, crashing
processes or otherwise, it will still immediately unlock instead of
waiting for a lock timeout.

First make sure you have everything installed correctly:

::

pip install "portalocker[redis]"

Usage is really easy:

::
Expand Down
2 changes: 1 addition & 1 deletion portalocker/__about__.py
@@ -1,7 +1,7 @@
__package_name__ = 'portalocker'
__author__ = 'Rick van Hattem'
__email__ = 'wolph@wol.ph'
__version__ = '2.3.0'
__version__ = '2.3.1'
__description__ = '''Wraps the portalocker recipe for easy usage'''
__url__ = 'https://github.com/WoLpH/portalocker'

2 changes: 1 addition & 1 deletion portalocker/__init__.py
Expand Up @@ -17,7 +17,7 @@
#: Current author's email address
__email__ = __about__.__email__
#: Version number
__version__ = '2.3.0'
__version__ = '2.3.1'
#: Package description for Pypi
__description__ = __about__.__description__
#: Package homepage
Expand Down
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -113,7 +113,6 @@ def run(self):
classifiers=[
'Intended Audience :: Developers',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
Expand Down

0 comments on commit 248e450

Please sign in to comment.