Skip to content

Commit

Permalink
version 0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
psarka committed Jan 5, 2022
1 parent c5d3508 commit 60913d2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.17:
- Remove support for python 3.5 and earlier, including 2.7
- Add support for python 3.9 and 3.10
- Fix a conflict with django lock
- Add __version__ and __all__ attributes
- Fix a failure to parse readme as utf-8
- Move from nosetest to pytest and cleanup testing infrastructure
0.16:
- Move from travis and appveyor to github actions
- Add interprocess reader writer lock
Expand Down
2 changes: 1 addition & 1 deletion fasteners/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# License for the specific language governing permissions and limitations
# under the License.

_VERSION = "0.16.1"
_VERSION = "0.17"


def version_string():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

setup(
name='fasteners',
version='0.16.1',
version='0.17',
description='A python package that provides useful locks.',
author="Joshua Harlow",
author_email='[email protected]',
Expand Down

0 comments on commit 60913d2

Please sign in to comment.