Skip to content

Commit 0a208c2

Browse files
committed
Prep for 2.3.3 release
1 parent 5c92351 commit 0a208c2

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Generated 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

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@
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.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def run(self):
3737

3838
setup(
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',

0 commit comments

Comments
 (0)