From e00e1cdf2744f7b6b49f02b8a5d4eb8aeb3e02bf Mon Sep 17 00:00:00 2001 From: Michael Joyce Date: Thu, 11 Mar 2021 13:46:06 -0800 Subject: [PATCH] Prep for 2.3.1 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 ee3c3aa2..620c97d5 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.0](https://github.com/NASA-AMMOS/AIT-Core/compare/2.2.0...2.3.0) +## [2.3.1](https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.0...2.3.1) + +### Merged + +- Issue #318 - Fix validation error message sorting issue [`#323`](https://github.com/NASA-AMMOS/AIT-Core/pull/323) + +### Fixed + +- Issue #318 - Fix validation error message sorting issue [`#318`](https://github.com/NASA-AMMOS/AIT-Core/issues/318) + +## [2.3.0](https://github.com/NASA-AMMOS/AIT-Core/compare/2.2.0...2.3.0) - 2021-03-10 ### Merged @@ -19,6 +29,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Issue #299 - Update server 0MQ data passing [`#299`](https://github.com/NASA-AMMOS/AIT-Core/issues/299) - Issue #320 - Add limits_find_dn utility [`#320`](https://github.com/NASA-AMMOS/AIT-Core/issues/320) +### Commits + +- Prep for 0.2.3 release [`fe90bc3`](https://github.com/NASA-AMMOS/AIT-Core/commit/fe90bc32cee36595197e1cd3b71a9c070b96038e) + ## [2.2.0](https://github.com/NASA-AMMOS/AIT-Core/compare/2.1.0...2.2.0) - 2021-02-10 ### Merged diff --git a/doc/source/conf.py b/doc/source/conf.py index 0ab787b8..bd224a13 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.0' +version = u'2.3.1' # The full version, including alpha/beta/rc tags. -release = u'2.3.0' +release = u'2.3.1' # 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 8bb5303f..9f90a43b 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ def run(self): setup( name = 'ait-core', - version = '2.3.0', + version = '2.3.1', description = description, long_description = long_description, long_description_content_type = 'text/x-rst',