aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md4
-rw-r--r--datamaps/__init__.py2
-rw-r--r--setup.py2
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"
diff --git a/setup.py b/setup.py
index 889f3ca..867d4e0 100644
--- a/setup.py
+++ b/setup.py
@@ -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')