From be3e7216ad7386da503128b309481e9ad803b0ba Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 18 May 2021 20:31:09 +0100 Subject: v1.1.6 --- CHANGELOG.md | 6 ++++++ datamaps/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f13ed2..ad1a09a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.1.6 + +* Added the `Month()` object to `datamaps.api`. You can now assign a month + to a `Master()` object using the function + `datamaps.api.project_data_from_master_month`. + ## v1.1.5 * Additional version bump to bring into line with `bcompiler-engine`. diff --git a/datamaps/__init__.py b/datamaps/__init__.py index 9b102be..1436d8f 100644 --- a/datamaps/__init__.py +++ b/datamaps/__init__.py @@ -1 +1 @@ -__version__ = "1.1.5" +__version__ = "1.1.6" diff --git a/pyproject.toml b/pyproject.toml index 4241d53..87d347a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"] [tool.poetry] name = "datamaps" -version = "1.1.4" +version = "1.1.6" homepage = "https://github.com/hammerheadlemon/datamaps" repository = "https://github.com/hammerheadlemon/datamaps" license = "MIT" -- cgit v1.2.3