Skip to content

Commit fd4bebe

Browse files
committed
version 0.2.12
1 parent c5e1059 commit fd4bebe

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## version 0.2.12 2017-03-16
2+
3+
- bug fix in several procedures
4+
- minor improvments
5+
16
## version 0.2.11 2017-03-04
27

38
- new `insert_keys` option to `groupby` procedure

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import os
55
from setuptools import setup, find_packages
66

7-
version = "0.2.11"
7+
version = "0.2.12"
88

99
if sys.argv[-1] == 'tag':
1010
os.system("git tag -a %s -m 'version %s'" % (version, version))

0 commit comments

Comments
 (0)