From 0a208c2d03e5d6749b7976f22dcd4a79e5aef1a7 Mon Sep 17 00:00:00 2001 From: Michael Joyce Date: Fri, 19 Mar 2021 15:22:19 -0700 Subject: [PATCH] Prep for 2.3.3 release --- CHANGELOG.md | 19 ++++++++++++++++++- doc/source/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 21 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 693033b1..c51f778e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,29 @@ 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.2](https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.1...2.3.2) +## [2.3.3](https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.2...2.3.3) + +### Merged + +- Issue #330 - Fix seq encode / decode input format consistency [`#334`](https://github.com/NASA-AMMOS/AIT-Core/pull/334) +- Issue #329 - Update Seq for configurable Magic number and command sizes [`#332`](https://github.com/NASA-AMMOS/AIT-Core/pull/332) +- Issue #194 - Add support for seq extensions [`#331`](https://github.com/NASA-AMMOS/AIT-Core/pull/331) + +### Fixed + +- Issue #330 - Fix seq encode / decode input format consistency [`#330`](https://github.com/NASA-AMMOS/AIT-Core/issues/330) +- Issue #329 - Update Seq for configurable Magic number and command sizes [`#329`](https://github.com/NASA-AMMOS/AIT-Core/issues/329) + +## [2.3.2](https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.1...2.3.2) - 2021-03-11 ### Merged - Issue #325 - Fix 0MQ data format update issues [`#326`](https://github.com/NASA-AMMOS/AIT-Core/pull/326) +### Commits + +- Prep for 2.3.2 release [`b907e3c`](https://github.com/NASA-AMMOS/AIT-Core/commit/b907e3ce8d7a452607d08cc00cd7cafeb8dc4cdf) + ## [2.3.1](https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.0...2.3.1) - 2021-03-11 ### Merged diff --git a/doc/source/conf.py b/doc/source/conf.py index ecaa4b76..e14f5944 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.2' +version = u'2.3.3' # The full version, including alpha/beta/rc tags. -release = u'2.3.2' +release = u'2.3.3' # 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 97ebe543..265ae976 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ def run(self): setup( name = 'ait-core', - version = '2.3.2', + version = '2.3.3', description = description, long_description = long_description, long_description_content_type = 'text/x-rst',