Skip to content

Commit

Permalink
Prepare v0.11.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tobgu committed Nov 1, 2015
1 parent 6d41aaa commit e2999dc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history
----------------
v0.11.9, 2015-11-01
* Added PVector.remove(), thanks @radix for initiating this!

v0.11.8, 2015-10-18
* Fix #66, UnicodeDecodeError when doing pip install in environments with ascii encoding as default.
Thanks @foolswood!
Expand Down
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ to take care of fields that require special treatment.
.. _instar: https://github.com/boxed/instar/
.. _transformations: https://github.com/boxed/instar/
.. _PClass:
Expand Down Expand Up @@ -409,6 +408,8 @@ Checked collections currently come in three flavors: CheckedPVector, CheckedPMap
>>> lottery_0215.serialize()
[{'numbers': set([1, 2, 3]), 'name': 'SuperLotto'}, {'numbers': set([4, 5, 6]), 'name': 'MegaLotto'}]
.. _transformations:
Transformations
~~~~~~~~~~~~~~~
Transformations are inspired by the cool library instar_ for Clojure. They let you evolve PMaps and PVectors
Expand Down Expand Up @@ -605,6 +606,8 @@ Jakob Hollenstein https://github.com/jkbjh

David Honour https://github.com/foolswood

David R. MacIver https://github.com/DRMacIver

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.11.8'
__version__ = '0.11.9'

0 comments on commit e2999dc

Please sign in to comment.