diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-06-21 16:42:29 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-06-21 16:42:29 +0100 |
commit | 1d169e44a87def8f6ee7a9d4626d3ba12bb83a70 (patch) | |
tree | 54b67acda0401f7d7cfd21a07610754bcfe80949 | |
parent | 30283b76ed257146551116bac2f9e1b404c87cd2 (diff) |
tracking v1.0.6 of bcompiler-engine
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | datamaps/__init__.py | 2 | ||||
-rw-r--r-- | setup.py | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d80852..0f1e296 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v1.0.6 + +* Tracking changes in `bcompiler-engine v.1.0.6` + ## v1.0.0b13 * New **check** command diff --git a/datamaps/__init__.py b/datamaps/__init__.py index 68cdeee..382021f 100644 --- a/datamaps/__init__.py +++ b/datamaps/__init__.py @@ -1 +1 @@ -__version__ = "1.0.5" +__version__ = "1.0.6" @@ -36,7 +36,7 @@ setup( install_requires=[ 'click', 'python-dateutil', - 'bcompiler-engine>=1.0.5' + 'bcompiler-engine>=1.0.6' # "bcompiler-engine @ git+https://github.com/hammerheadlemon/bcompiler-engine@datamaps-cli-opt" ], test_suite='datamaps.tests') |