File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
99
10- ## [ 2.3.0] ( https://github.com/NASA-AMMOS/AIT-Core/compare/2.2.0...2.3.0 )
10+ ## [ 2.3.1] ( https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.0...2.3.1 )
11+
12+ ### Merged
13+
14+ - Issue #318 - Fix validation error message sorting issue [ ` #323 ` ] ( https://github.com/NASA-AMMOS/AIT-Core/pull/323 )
15+
16+ ### Fixed
17+
18+ - Issue #318 - Fix validation error message sorting issue [ ` #318 ` ] ( https://github.com/NASA-AMMOS/AIT-Core/issues/318 )
19+
20+ ## [ 2.3.0] ( https://github.com/NASA-AMMOS/AIT-Core/compare/2.2.0...2.3.0 ) - 2021-03-10
1121
1222### Merged
1323
@@ -19,6 +29,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1929- Issue #299 - Update server 0MQ data passing [ ` #299 ` ] ( https://github.com/NASA-AMMOS/AIT-Core/issues/299 )
2030- Issue #320 - Add limits_find_dn utility [ ` #320 ` ] ( https://github.com/NASA-AMMOS/AIT-Core/issues/320 )
2131
32+ ### Commits
33+
34+ - Prep for 0.2.3 release [ ` fe90bc3 ` ] ( https://github.com/NASA-AMMOS/AIT-Core/commit/fe90bc32cee36595197e1cd3b71a9c070b96038e )
35+
2236## [ 2.2.0] ( https://github.com/NASA-AMMOS/AIT-Core/compare/2.1.0...2.2.0 ) - 2021-02-10
2337
2438### Merged
Original file line number Diff line number Diff line change 6565# built documents.
6666#
6767# The short X.Y version.
68- version = u'2.3.0 '
68+ version = u'2.3.1 '
6969# The full version, including alpha/beta/rc tags.
70- release = u'2.3.0 '
70+ release = u'2.3.1 '
7171
7272# The language for content autogenerated by Sphinx. Refer to documentation
7373# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ def run(self):
3737
3838setup (
3939 name = 'ait-core' ,
40- version = '2.3.0 ' ,
40+ version = '2.3.1 ' ,
4141 description = description ,
4242 long_description = long_description ,
4343 long_description_content_type = 'text/x-rst' ,
You can’t perform that action at this time.
0 commit comments