Skip to content

Commit b907e3c

Browse files
committed
Prep for 2.3.2 release
1 parent 48478b0 commit b907e3c

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ 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.1](https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.0...2.3.1)
10+
## [2.3.2](https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.1...2.3.2)
11+
12+
### Merged
13+
14+
- Issue #325 - Fix 0MQ data format update issues [`#326`](https://github.com/NASA-AMMOS/AIT-Core/pull/326)
15+
16+
## [2.3.1](https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.0...2.3.1) - 2021-03-11
1117

1218
### Merged
1319

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

1824
- Issue #318 - Fix validation error message sorting issue [`#318`](https://github.com/NASA-AMMOS/AIT-Core/issues/318)
1925

26+
### Commits
27+
28+
- Prep for 2.3.1 release [`e00e1cd`](https://github.com/NASA-AMMOS/AIT-Core/commit/e00e1cdf2744f7b6b49f02b8a5d4eb8aeb3e02bf)
29+
2030
## [2.3.0](https://github.com/NASA-AMMOS/AIT-Core/compare/2.2.0...2.3.0) - 2021-03-10
2131

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

0 commit comments

Comments
 (0)