diff --git a/CHANGELOG.md b/CHANGELOG.md index ae02993..383755a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -v0.3.0 (in development) ------------------------ +v0.3.0 (2018-06-28) +------------------- - Handling of symbolic links is changed: Now, if `in_place` is asked to operate on a symlink `link.txt` that points to `realfile.txt`, it will act as though it was asked to operate on `realfile.txt` instead, and the path `link.txt` diff --git a/in_place.py b/in_place.py index f60a64d..59336ec 100644 --- a/in_place.py +++ b/in_place.py @@ -9,7 +9,7 @@ Visit for more information. """ -__version__ = '0.3.0.dev1' +__version__ = '0.3.0' __author__ = 'John Thorvald Wodder II' __author_email__ = 'inplace@varonathe.org' __license__ = 'MIT'