File tree Expand file tree Collapse file tree 3 files changed +21
-4
lines changed
Expand file tree Collapse file tree 3 files changed +21
-4
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,29 @@ 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.2] ( https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.1...2.3.2 )
10+ ## [ 2.3.3] ( https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.2...2.3.3 )
11+
12+ ### Merged
13+
14+ - Issue #330 - Fix seq encode / decode input format consistency [ ` #334 ` ] ( https://github.com/NASA-AMMOS/AIT-Core/pull/334 )
15+ - Issue #329 - Update Seq for configurable Magic number and command sizes [ ` #332 ` ] ( https://github.com/NASA-AMMOS/AIT-Core/pull/332 )
16+ - Issue #194 - Add support for seq extensions [ ` #331 ` ] ( https://github.com/NASA-AMMOS/AIT-Core/pull/331 )
17+
18+ ### Fixed
19+
20+ - Issue #330 - Fix seq encode / decode input format consistency [ ` #330 ` ] ( https://github.com/NASA-AMMOS/AIT-Core/issues/330 )
21+ - Issue #329 - Update Seq for configurable Magic number and command sizes [ ` #329 ` ] ( https://github.com/NASA-AMMOS/AIT-Core/issues/329 )
22+
23+ ## [ 2.3.2] ( https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.1...2.3.2 ) - 2021-03-11
1124
1225### Merged
1326
1427- Issue #325 - Fix 0MQ data format update issues [ ` #326 ` ] ( https://github.com/NASA-AMMOS/AIT-Core/pull/326 )
1528
29+ ### Commits
30+
31+ - Prep for 2.3.2 release [ ` b907e3c ` ] ( https://github.com/NASA-AMMOS/AIT-Core/commit/b907e3ce8d7a452607d08cc00cd7cafeb8dc4cdf )
32+
1633## [ 2.3.1] ( https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.0...2.3.1 ) - 2021-03-11
1734
1835### 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.2 '
68+ version = u'2.3.3 '
6969# The full version, including alpha/beta/rc tags.
70- release = u'2.3.2 '
70+ release = u'2.3.3 '
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.2 ' ,
40+ version = '2.3.3 ' ,
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