File tree Expand file tree Collapse file tree 4 files changed +17
-4
lines changed
ait/core/test/testdata/dmc Expand file tree Collapse file tree 4 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
99
10- ## [ 2.2.0] ( https://github.com/NASA-AMMOS/AIT-Core/compare/2.1.0...2.2.0 )
10+ ## [ 2.3.0] ( https://github.com/NASA-AMMOS/AIT-Core/compare/2.2.0...2.3.0 )
11+
12+ ### Merged
13+
14+ - Issue #320 - Add limits_find_dn utility [ ` #321 ` ] ( https://github.com/NASA-AMMOS/AIT-Core/pull/321 )
15+ - Issue #299 - Update server 0MQ data passing [ ` #322 ` ] ( https://github.com/NASA-AMMOS/AIT-Core/pull/322 )
16+
17+ ### Fixed
18+
19+ - Issue #299 - Update server 0MQ data passing [ ` #299 ` ] ( https://github.com/NASA-AMMOS/AIT-Core/issues/299 )
20+ - Issue #320 - Add limits_find_dn utility [ ` #320 ` ] ( https://github.com/NASA-AMMOS/AIT-Core/issues/320 )
21+
22+ ## [ 2.2.0] ( https://github.com/NASA-AMMOS/AIT-Core/compare/2.1.0...2.2.0 ) - 2021-02-10
1123
1224### Merged
1325
@@ -18,6 +30,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1830### Commits
1931
2032- Issue #313 - Update documentation with API telemetry stream updates [ ` 0110c0c ` ] ( https://github.com/NASA-AMMOS/AIT-Core/commit/0110c0cc8ee9b3c17027075560279d5869acefff )
33+ - Prep for 2.2.0 release [ ` e0d4bee ` ] ( https://github.com/NASA-AMMOS/AIT-Core/commit/e0d4bee6e46333287ac4c6d5f1f6b866a09b0592 )
2134- Issue #313 - Change api-streams config attr to api-telemetry-streams [ ` 83d621c ` ] ( https://github.com/NASA-AMMOS/AIT-Core/commit/83d621c3b3e113185234c3d38023bf7e2989f309 )
2235- Update leapseconds file [ ` 8bb54ab ` ] ( https://github.com/NASA-AMMOS/AIT-Core/commit/8bb54abcf41cb70a14f512fbec3ec35b292fa064 )
2336
Original file line number Diff line number Diff line change 6565# built documents.
6666#
6767# The short X.Y version.
68- version = u'2.2 .0'
68+ version = u'2.3 .0'
6969# The full version, including alpha/beta/rc tags.
70- release = u'2.2 .0'
70+ release = u'2.3 .0'
7171
7272# The language for content autogenerated by Sphinx. Refer to documentation
7373# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ def run(self):
3737
3838setup (
3939 name = 'ait-core' ,
40- version = '2.2 .0' ,
40+ version = '2.3 .0' ,
4141 description = description ,
4242 long_description = long_description ,
4343 long_description_content_type = 'text/x-rst' ,
You can’t perform that action at this time.
0 commit comments