Skip to content

Commit 0ea4d5c

Browse files
committed
Update version
1 parent 8b54ea4 commit 0ea4d5c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
ChangeLog for RMA
22
--------------------
3+
- 0.1.15
4+
5+
* Fix #29 fails with ValueError if a key containing ValueString was removed.
6+
37
- 0.1.14
48

59
* Fix fails with ValueError if a key containing Hash was removed.

rma/__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
num_version = (0, 1, 14)
1+
num_version = (0, 1, 15)
22
version = '.'.join([str(num) for num in num_version])
33

44
classifiers = [

0 commit comments

Comments
 (0)