Skip to content

Commit 05f0d90

Browse files
author
Benedikt Schmitt
committed
Merge branch 'adamchainz-fix_readme'
2 parents b71c3a4 + eda4768 commit 05f0d90

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

README.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ py-filelock
33

44
.. image:: https://travis-ci.org/benediktschmitt/py-filelock.svg?branch=master
55
: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>`_
126

137
This package contains a single module, which implements a platform independent
148
file lock in Python, which provides a simple way of inter-process communication:

filelock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"FileLock"
7070
]
7171

72-
__version__ = "3.0.9"
72+
__version__ = "3.0.10"
7373

7474

7575
_logger = None

0 commit comments

Comments
 (0)