Skip to content

Commit

Permalink
Prep for 2.3.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MJJoyce committed Mar 19, 2021
1 parent 5c92351 commit 0a208c2
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,29 @@ 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.2](https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.1...2.3.2)
## [2.3.3](https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.2...2.3.3)

### Merged

- Issue #330 - Fix seq encode / decode input format consistency [`#334`](https://github.com/NASA-AMMOS/AIT-Core/pull/334)
- Issue #329 - Update Seq for configurable Magic number and command sizes [`#332`](https://github.com/NASA-AMMOS/AIT-Core/pull/332)
- Issue #194 - Add support for seq extensions [`#331`](https://github.com/NASA-AMMOS/AIT-Core/pull/331)

### Fixed

- Issue #330 - Fix seq encode / decode input format consistency [`#330`](https://github.com/NASA-AMMOS/AIT-Core/issues/330)
- Issue #329 - Update Seq for configurable Magic number and command sizes [`#329`](https://github.com/NASA-AMMOS/AIT-Core/issues/329)

## [2.3.2](https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.1...2.3.2) - 2021-03-11

### Merged

- Issue #325 - Fix 0MQ data format update issues [`#326`](https://github.com/NASA-AMMOS/AIT-Core/pull/326)

### Commits

- Prep for 2.3.2 release [`b907e3c`](https://github.com/NASA-AMMOS/AIT-Core/commit/b907e3ce8d7a452607d08cc00cd7cafeb8dc4cdf)

## [2.3.1](https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.0...2.3.1) - 2021-03-11

### Merged
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
# built documents.
#
# The short X.Y version.
version = u'2.3.2'
version = u'2.3.3'
# The full version, including alpha/beta/rc tags.
release = u'2.3.2'
release = u'2.3.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def run(self):

setup(
name = 'ait-core',
version = '2.3.2',
version = '2.3.3',
description = description,
long_description = long_description,
long_description_content_type = 'text/x-rst',
Expand Down

0 comments on commit 0a208c2

Please sign in to comment.