Skip to content

Commit

Permalink
Prep for 0.2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MJJoyce committed Mar 10, 2021
1 parent 33865ba commit fe90bc3
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,19 @@ 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.2.0](https://github.com/NASA-AMMOS/AIT-Core/compare/2.1.0...2.2.0)
## [2.3.0](https://github.com/NASA-AMMOS/AIT-Core/compare/2.2.0...2.3.0)

### Merged

- Issue #320 - Add limits_find_dn utility [`#321`](https://github.com/NASA-AMMOS/AIT-Core/pull/321)
- Issue #299 - Update server 0MQ data passing [`#322`](https://github.com/NASA-AMMOS/AIT-Core/pull/322)

### Fixed

- Issue #299 - Update server 0MQ data passing [`#299`](https://github.com/NASA-AMMOS/AIT-Core/issues/299)
- Issue #320 - Add limits_find_dn utility [`#320`](https://github.com/NASA-AMMOS/AIT-Core/issues/320)

## [2.2.0](https://github.com/NASA-AMMOS/AIT-Core/compare/2.1.0...2.2.0) - 2021-02-10

### Merged

Expand All @@ -18,6 +30,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
### Commits

- Issue #313 - Update documentation with API telemetry stream updates [`0110c0c`](https://github.com/NASA-AMMOS/AIT-Core/commit/0110c0cc8ee9b3c17027075560279d5869acefff)
- Prep for 2.2.0 release [`e0d4bee`](https://github.com/NASA-AMMOS/AIT-Core/commit/e0d4bee6e46333287ac4c6d5f1f6b866a09b0592)
- Issue #313 - Change api-streams config attr to api-telemetry-streams [`83d621c`](https://github.com/NASA-AMMOS/AIT-Core/commit/83d621c3b3e113185234c3d38023bf7e2989f309)
- Update leapseconds file [`8bb54ab`](https://github.com/NASA-AMMOS/AIT-Core/commit/8bb54abcf41cb70a14f512fbec3ec35b292fa064)

Expand Down
Binary file modified ait/core/test/testdata/dmc/leapseconds.dat
Binary file not shown.
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.2.0'
version = u'2.3.0'
# The full version, including alpha/beta/rc tags.
release = u'2.2.0'
release = u'2.3.0'

# 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.2.0',
version = '2.3.0',
description = description,
long_description = long_description,
long_description_content_type = 'text/x-rst',
Expand Down

0 comments on commit fe90bc3

Please sign in to comment.