From 0045ffe2d58fe1ecdcf0fda10ff6a57b6e1c475f Mon Sep 17 00:00:00 2001 From: Michael Joyce Date: Tue, 23 Mar 2021 13:52:40 -0700 Subject: [PATCH] Prep for 2.3.5 release --- CHANGELOG.md | 16 +++++++++++++++- doc/source/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e860ec0..7ed6a5a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [2.3.4](https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.3...2.3.4) +## [2.3.5](https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.4...2.3.5) + +### Merged + +- Issue #337 - Update ait-seq-encode log message formatting [`#338`](https://github.com/NASA-AMMOS/AIT-Core/pull/338) + +### Fixed + +- Issue #337 - Update ait-seq-encode log message formatting [`#337`](https://github.com/NASA-AMMOS/AIT-Core/issues/337) + +## [2.3.4](https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.3...2.3.4) - 2021-03-19 ### Merged @@ -17,6 +27,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Issue #335 - Make Seq sequence id optional on initialization [`#335`](https://github.com/NASA-AMMOS/AIT-Core/issues/335) +### Commits + +- Prep for 2.3.4 release [`65b2ddf`](https://github.com/NASA-AMMOS/AIT-Core/commit/65b2ddfdfa6df99c3574db134f8f07bbbfccc54d) + ## [2.3.3](https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.2...2.3.3) - 2021-03-19 ### Merged diff --git a/doc/source/conf.py b/doc/source/conf.py index 5844db5c..1acd86b6 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -65,9 +65,9 @@ # built documents. # # The short X.Y version. -version = u'2.3.4' +version = u'2.3.5' # The full version, including alpha/beta/rc tags. -release = u'2.3.4' +release = u'2.3.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index b57b0899..517f1640 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ def run(self): setup( name = 'ait-core', - version = '2.3.4', + version = '2.3.5', description = description, long_description = long_description, long_description_content_type = 'text/x-rst',