Skip to content

Commit d4b020c

Browse files
committed
chore: bump patch
1 parent 29103b3 commit d4b020c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/history.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# History
2+
### 0.6.2 (2021-05-16)
3+
* Add `version` subproperty to `FlavorTextSubResource`
4+
25
### 0.6.1 (2020-05-31)
36
* Fixed disk-based cache not handling different filesystems on Windows
47

pokepy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
__author__ = 'Paul Hallett'
1717
__email__ = '[email protected]'
1818
__credits__ = ["Paul Hallett", "Owen Hallett", "Kronopt"]
19-
__version__ = '0.6.1'
19+
__version__ = '0.6.2'
2020
__copyright__ = 'Copyright Paul Hallett 2016'
2121
__license__ = 'BSD'
2222

0 commit comments

Comments
 (0)