We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b54ea4 commit 0ea4d5cCopy full SHA for 0ea4d5c
CHANGES
@@ -1,5 +1,9 @@
1
ChangeLog for RMA
2
--------------------
3
+- 0.1.15
4
+
5
+ * Fix #29 fails with ValueError if a key containing ValueString was removed.
6
7
- 0.1.14
8
9
* Fix fails with ValueError if a key containing Hash was removed.
rma/__pkginfo__.py
@@ -1,4 +1,4 @@
-num_version = (0, 1, 14)
+num_version = (0, 1, 15)
version = '.'.join([str(num) for num in num_version])
classifiers = [
0 commit comments