From b907e3ce8d7a452607d08cc00cd7cafeb8dc4cdf Mon Sep 17 00:00:00 2001 From: Michael Joyce Date: Thu, 11 Mar 2021 16:39:49 -0800 Subject: [PATCH] Prep for 2.3.2 release --- CHANGELOG.md | 12 +++++++++++- doc/source/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 620c97d5..693033b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,13 @@ 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.1](https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.0...2.3.1) +## [2.3.2](https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.1...2.3.2) + +### Merged + +- Issue #325 - Fix 0MQ data format update issues [`#326`](https://github.com/NASA-AMMOS/AIT-Core/pull/326) + +## [2.3.1](https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.0...2.3.1) - 2021-03-11 ### Merged @@ -17,6 +23,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Issue #318 - Fix validation error message sorting issue [`#318`](https://github.com/NASA-AMMOS/AIT-Core/issues/318) +### Commits + +- Prep for 2.3.1 release [`e00e1cd`](https://github.com/NASA-AMMOS/AIT-Core/commit/e00e1cdf2744f7b6b49f02b8a5d4eb8aeb3e02bf) + ## [2.3.0](https://github.com/NASA-AMMOS/AIT-Core/compare/2.2.0...2.3.0) - 2021-03-10 ### Merged diff --git a/doc/source/conf.py b/doc/source/conf.py index bd224a13..ecaa4b76 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.1' +version = u'2.3.2' # The full version, including alpha/beta/rc tags. -release = u'2.3.1' +release = u'2.3.2' # 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 9f90a43b..97ebe543 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ def run(self): setup( name = 'ait-core', - version = '2.3.1', + version = '2.3.2', description = description, long_description = long_description, long_description_content_type = 'text/x-rst',