Skip to content

Commit

Permalink
v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
F483 committed Sep 9, 2015
1 parent 21b12c3 commit f2614af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dataserv_client/control/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def _migrate_200_to_201(btctxstore, cfg):
"2.0.3": lambda btctxstore, cfg: _set_version(btctxstore, cfg, '2.1.0'),
"2.1.0": lambda btctxstore, cfg: _set_version(btctxstore, cfg, '2.1.1'),
"2.1.1": lambda btctxstore, cfg: _set_version(btctxstore, cfg, '2.1.2'),
"2.1.2": lambda btctxstore, cfg: _set_version(btctxstore, cfg, '2.1.3'),
# TODO add smarter version ranges so no new line needed for every version
}

Expand Down
2 changes: 1 addition & 1 deletion dataserv_client/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# 1) we don't load dependencies by storing it in __init__.py
# 2) we can import it in setup.py for the same reason
# 3) we can import it into your module module
__version__ = '2.1.2'
__version__ = '2.1.3'

0 comments on commit f2614af

Please sign in to comment.