Skip to content

Commit 2249d6a

Browse files
committed
release 0.2.2
1 parent e986ac5 commit 2249d6a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

animatplot/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version = (0, 2, 1)
1+
version = (0, 2, 2)
22
info = ''
33
__version__ = '.'.join(map(str, version))+info

docs/source/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changes to animatplot
22
=====================
33

4+
0.2.2
5+
-----
6+
- Fix .animations and .blocks subpackages not being distributed properly.
7+
48
0.2.0
59
-----
610

0 commit comments

Comments
 (0)