Skip to content

Commit

Permalink
Prepare v0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tobgu committed Sep 9, 2020
1 parent bb615c0 commit ccc4a34
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Revision history
----------------
0.17.0, 2020-09-08
0.17.1, 2020-09-09
* Restrict package to Python >= 3.5 to not break unpinned Python 2 dependencies. Thanks @vphilippon
for this!

0.17.0 (yanked for Python 2 compatibility), 2020-09-08
* Remove Python 2 support code. This includes dropping some compatibility code and the dependency on
six. Thanks @djailla for this.
* Fix #200, python 3 exception chaining. This is a minor backwards incompatibility, hence stepping
Expand Down
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,8 @@ Bastien Vallet https://github.com/djailla
Ram Rachum https://github.com/cool-RR
Vincent Philippon https://github.com/vphilippon
Contributing
------------
Expand Down
2 changes: 1 addition & 1 deletion _pyrsistent_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.17.0'
__version__ = '0.17.1'

0 comments on commit ccc4a34

Please sign in to comment.