diff --git a/CHANGES b/CHANGES index 2bba024..154fde3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,18 @@ Refcycle changelog ================== +Release 0.2.1 +------------- + +This is a bugfix release, fixing an issue with the readthedocs +URLs in the project's description on PyPI. + +Fixes ++++++ + +- Fix readthedocs URLs in the package long description. (#69) + + Release 0.2.0 ------------- diff --git a/dist/refcycle-0.1.2.tar.gz b/dist/refcycle-0.1.2.tar.gz deleted file mode 100644 index 9c3326f..0000000 Binary files a/dist/refcycle-0.1.2.tar.gz and /dev/null differ diff --git a/refcycle/version.py b/refcycle/version.py index 187d429..c2e72da 100644 --- a/refcycle/version.py +++ b/refcycle/version.py @@ -17,7 +17,7 @@ """ major = 0 minor = 2 -patch = 0 +patch = 1 prerelease = '' # '', 'alpha', 'beta', etc. if prerelease: