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.
1 parent 6e88aaf commit 95994dbCopy full SHA for 95994db
CHANGELOG.md
@@ -1,5 +1,5 @@
1
-v0.2.0 (in development)
2
------------------------
+v0.2.0 (2017-02-23)
+-------------------
3
- Renamed `InPlace` to `InPlaceText` and added a new `InPlace` class for
4
reading & writing `str` objects (whatever those happen to be in the current
5
Python)
in_place.py
@@ -9,7 +9,7 @@
9
Visit <https://github.com/jwodder/inplace> for more information.
10
"""
11
12
-__version__ = '0.2.0.dev1'
+__version__ = '0.2.0'
13
__author__ = 'John Thorvald Wodder II'
14
__author_email__ = 'inplace@varonathe.org'
15
__license__ = 'MIT'
0 commit comments