Skip to content

Commit 0045ffe

Browse files
committed
Prep for 2.3.5 release
1 parent b8d3261 commit 0045ffe

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.4](https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.3...2.3.4)
10+
## [2.3.5](https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.4...2.3.5)
11+
12+
### Merged
13+
14+
- Issue #337 - Update ait-seq-encode log message formatting [`#338`](https://github.com/NASA-AMMOS/AIT-Core/pull/338)
15+
16+
### Fixed
17+
18+
- Issue #337 - Update ait-seq-encode log message formatting [`#337`](https://github.com/NASA-AMMOS/AIT-Core/issues/337)
19+
20+
## [2.3.4](https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.3...2.3.4) - 2021-03-19
1121

1222
### Merged
1323

@@ -17,6 +27,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1727

1828
- Issue #335 - Make Seq sequence id optional on initialization [`#335`](https://github.com/NASA-AMMOS/AIT-Core/issues/335)
1929

30+
### Commits
31+
32+
- Prep for 2.3.4 release [`65b2ddf`](https://github.com/NASA-AMMOS/AIT-Core/commit/65b2ddfdfa6df99c3574db134f8f07bbbfccc54d)
33+
2034
## [2.3.3](https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.2...2.3.3) - 2021-03-19
2135

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

0 commit comments

Comments
 (0)