File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed
Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,13 @@ 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.1] ( https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.0...2.3.1 )
10+ ## [ 2.3.2] ( https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.1...2.3.2 )
11+
12+ ### Merged
13+
14+ - Issue #325 - Fix 0MQ data format update issues [ ` #326 ` ] ( https://github.com/NASA-AMMOS/AIT-Core/pull/326 )
15+
16+ ## [ 2.3.1] ( https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.0...2.3.1 ) - 2021-03-11
1117
1218### Merged
1319
@@ -17,6 +23,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1723
1824- Issue #318 - Fix validation error message sorting issue [ ` #318 ` ] ( https://github.com/NASA-AMMOS/AIT-Core/issues/318 )
1925
26+ ### Commits
27+
28+ - Prep for 2.3.1 release [ ` e00e1cd ` ] ( https://github.com/NASA-AMMOS/AIT-Core/commit/e00e1cdf2744f7b6b49f02b8a5d4eb8aeb3e02bf )
29+
2030## [ 2.3.0] ( https://github.com/NASA-AMMOS/AIT-Core/compare/2.2.0...2.3.0 ) - 2021-03-10
2131
2232### 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.1 '
68+ version = u'2.3.2 '
6969# The full version, including alpha/beta/rc tags.
70- release = u'2.3.1 '
70+ release = u'2.3.2 '
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.1 ' ,
40+ version = '2.3.2 ' ,
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