We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b71c3a4 + eda4768 commit 05f0d90Copy full SHA for 05f0d90
README.rst
@@ -3,12 +3,6 @@ py-filelock
3
4
.. image:: https://travis-ci.org/benediktschmitt/py-filelock.svg?branch=master
5
:target: https://travis-ci.org/benediktschmitt/py-filelock
6
-
7
-`Similar Libraries <#similar-libraries>`_
8
-~ `Installation <#installation>`_
9
-~ `Documentation <#documentation>`_
10
-~ `Contributions <#contributions>`_
11
-~ `License <#license>`_
12
13
This package contains a single module, which implements a platform independent
14
file lock in Python, which provides a simple way of inter-process communication:
filelock.py
@@ -69,7 +69,7 @@
69
"FileLock"
70
]
71
72
-__version__ = "3.0.9"
+__version__ = "3.0.10"
73
74
75
_logger = None
0 commit comments