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 c5e1059 commit fd4bebeCopy full SHA for fd4bebe
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## version 0.2.12 2017-03-16
2
+
3
+- bug fix in several procedures
4
+- minor improvments
5
6
## version 0.2.11 2017-03-04
7
8
- new `insert_keys` option to `groupby` procedure
setup.py
@@ -4,7 +4,7 @@
import os
from setuptools import setup, find_packages
-version = "0.2.11"
+version = "0.2.12"
9
if sys.argv[-1] == 'tag':
10
os.system("git tag -a %s -m 'version %s'" % (version, version))
0 commit comments