Skip to content

Commit 65b2ddf

Browse files
committed
Prep for 2.3.4 release
1 parent e350abd commit 65b2ddf

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,17 @@ 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.3](https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.2...2.3.3)
10+
## [2.3.4](https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.3...2.3.4)
11+
12+
### Merged
13+
14+
- Issue #335 - Make Seq sequence id optional on initialization [`#336`](https://github.com/NASA-AMMOS/AIT-Core/pull/336)
15+
16+
### Fixed
17+
18+
- Issue #335 - Make Seq sequence id optional on initialization [`#335`](https://github.com/NASA-AMMOS/AIT-Core/issues/335)
19+
20+
## [2.3.3](https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.2...2.3.3) - 2021-03-19
1121

1222
### Merged
1323

@@ -20,6 +30,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2030
- Issue #330 - Fix seq encode / decode input format consistency [`#330`](https://github.com/NASA-AMMOS/AIT-Core/issues/330)
2131
- Issue #329 - Update Seq for configurable Magic number and command sizes [`#329`](https://github.com/NASA-AMMOS/AIT-Core/issues/329)
2232

33+
### Commits
34+
35+
- Prep for 2.3.3 release [`0a208c2`](https://github.com/NASA-AMMOS/AIT-Core/commit/0a208c2d03e5d6749b7976f22dcd4a79e5aef1a7)
36+
2337
## [2.3.2](https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.1...2.3.2) - 2021-03-11
2438

2539
### 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.3'
68+
version = u'2.3.4'
6969
# The full version, including alpha/beta/rc tags.
70-
release = u'2.3.3'
70+
release = u'2.3.4'
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.3',
40+
version = '2.3.4',
4141
description = description,
4242
long_description = long_description,
4343
long_description_content_type = 'text/x-rst',

0 commit comments

Comments
 (0)