From dfe3e82710b0313f59e934b9aba68ac2aaa13de0 Mon Sep 17 00:00:00 2001 From: Jonathan Kovarik Date: Mon, 13 Jul 2020 13:50:46 -0600 Subject: [PATCH] Update package to allow install of cma 1.3.x series as an integrated dependency --- CHANGELOG.md | 6 ++++++ requirements.txt | 2 +- version.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b302302..113dc2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +## [v1.2.1] - 2019-02-19 + +- **CUMULUS-2078** + - Update release requirements to require cumulus-message-adapter >=1.2.0, < + 1.4.x as cumulus-message-adapter 1.3.x is compatible with this module + ## [v1.2.0] - 2019-02-19 - **CUMULUS-1486** diff --git a/requirements.txt b/requirements.txt index 678819b..fd5de8a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -cumulus-message-adapter>=1.2.0<1.3.0 +cumulus-message-adapter>=1.2.0<1.4.0 diff --git a/version.py b/version.py index d7197db..a15abb0 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -__version__ = 'v1.2.0' +__version__ = 'v1.2.1'