From 087c3eb6e14cb2edf72931f07e3c957b691887f3 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 16 May 2021 15:39:18 +0100 Subject: updated dependency on bcompiler-engine to v1.1.5 --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- requirements.txt | 2 +- setup.py | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fc6402..9f13ed2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v1.1.5 + +* Additional version bump to bring into line with `bcompiler-engine`. + ## v1.1.4 * Fixed zip bug in `bcompiler-engine`, which is bumped to `v1.1.4` diff --git a/pyproject.toml b/pyproject.toml index d2edda8..4241d53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ authors = ["Matthew Lemon "] python = "^3.7.0" python-dateutil = "^2.8.1" click = "^7.1.2" -bcompiler-engine = "^1.1.4" +bcompiler-engine = "^1.1.5" [tool.poetry.dev-dependencies] pytest = "^5.4.1" diff --git a/requirements.txt b/requirements.txt index afeb586..0a5d276 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -bcompiler-engine==1.1.4 +bcompiler-engine==1.1.5 click==7.1.2 python-dateutil==2.8.1 diff --git a/setup.py b/setup.py index 70a8201..0bc9527 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ setup( install_requires=[ 'click', 'python-dateutil', - 'bcompiler-engine>=1.1.4' + 'bcompiler-engine>=1.1.5' # "bcompiler-engine @ git+https://github.com/hammerheadlemon/bcompiler-engine@datamaps-cli-opt" ], test_suite='datamaps.tests') -- cgit v1.2.3