Skip to content

Commit afad79e

Browse files
authored
Merge pull request #70 from mdickinson/release/0.2.1
Prepare for 0.2.1 release.
2 parents 74d299a + 22d0eb2 commit afad79e

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGES

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Refcycle changelog
22
==================
33

4+
Release 0.2.1
5+
-------------
6+
7+
This is a bugfix release, fixing an issue with the readthedocs
8+
URLs in the project's description on PyPI.
9+
10+
Fixes
11+
+++++
12+
13+
- Fix readthedocs URLs in the package long description. (#69)
14+
15+
416
Release 0.2.0
517
-------------
618

dist/refcycle-0.1.2.tar.gz

-22.8 KB
Binary file not shown.

refcycle/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"""
1818
major = 0
1919
minor = 2
20-
patch = 0
20+
patch = 1
2121
prerelease = '' # '', 'alpha', 'beta', etc.
2222

2323
if prerelease:

0 commit comments

Comments
 (0)