Skip to content

Commit

Permalink
version 0.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
semio committed Mar 16, 2017
1 parent c5e1059 commit fd4bebe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## version 0.2.12 2017-03-16

- bug fix in several procedures
- minor improvments

## version 0.2.11 2017-03-04

- new `insert_keys` option to `groupby` procedure
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import os
from setuptools import setup, find_packages

version = "0.2.11"
version = "0.2.12"

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

0 comments on commit fd4bebe

Please sign in to comment.