Skip to content

Commit 95994db

Browse files
committed
Version 0.2.0
1 parent 6e88aaf commit 95994db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v0.2.0 (in development)
2-
-----------------------
1+
v0.2.0 (2017-02-23)
2+
-------------------
33
- Renamed `InPlace` to `InPlaceText` and added a new `InPlace` class for
44
reading & writing `str` objects (whatever those happen to be in the current
55
Python)

in_place.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Visit <https://github.com/jwodder/inplace> for more information.
1010
"""
1111

12-
__version__ = '0.2.0.dev1'
12+
__version__ = '0.2.0'
1313
__author__ = 'John Thorvald Wodder II'
1414
__author_email__ = 'inplace@varonathe.org'
1515
__license__ = 'MIT'

0 commit comments

Comments
 (0)