Skip to content

Commit

Permalink
Prep for 2.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MJJoyce committed Mar 10, 2021
1 parent d079fd2 commit 7c8be23
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 7 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,22 @@ 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.2](https://github.com/NASA-AMMOS/AIT-GUI/compare/2.2.1...2.2.2)
## [2.3.0](https://github.com/NASA-AMMOS/AIT-GUI/compare/2.2.2...2.3.0)

### Merged

- Issue #198 - Address stagnant DN to EU value issue [`#199`](https://github.com/NASA-AMMOS/AIT-GUI/pull/199)
- Issue #194 - Fix improperly initialized 'dntoeu' packet states [`#195`](https://github.com/NASA-AMMOS/AIT-GUI/pull/195)
- Issue #192 - Update Plugin data handling to match Core changes [`#193`](https://github.com/NASA-AMMOS/AIT-GUI/pull/193)
- Issue #196 - Fix UI Time64 decode handling of 0 value [`#197`](https://github.com/NASA-AMMOS/AIT-GUI/pull/197)

### Fixed

- Issue #198 - Address stagnant DN to EU value issue [`#198`](https://github.com/NASA-AMMOS/AIT-GUI/issues/198)
- Issue #194 - Fix improperly initialized 'dntoeu' packet states [`#194`](https://github.com/NASA-AMMOS/AIT-GUI/issues/194)
- Issue #196 - Fix UI Time64 decode handling of 0 value [`#196`](https://github.com/NASA-AMMOS/AIT-GUI/issues/196)

## [2.2.2](https://github.com/NASA-AMMOS/AIT-GUI/compare/2.2.1...2.2.2) - 2021-02-01

### Merged

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

- Issue #189 and #190 - Fix data formatting with new data diffing [`138ccec`](https://github.com/NASA-AMMOS/AIT-GUI/commit/138ccecd152cd8214535690dedeaa408522f6d92)
- Issue #189 - Update backend handling of Complex types when diffing [`2d2f36c`](https://github.com/NASA-AMMOS/AIT-GUI/commit/2d2f36ce090d222ad00427220c7cf4dd01b14995)
- Prep for 2.2.2 release [`6a71964`](https://github.com/NASA-AMMOS/AIT-GUI/commit/6a71964ad0bcafcbb9629ad9cdda94f3ab4e4819)

## [2.2.1](https://github.com/NASA-AMMOS/AIT-GUI/compare/2.2.0...2.2.1) - 2021-01-20

Expand Down
2 changes: 1 addition & 1 deletion ait/gui/static/build/ait.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ait/gui/static/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ait-gui",
"version": "2.2.2",
"version": "2.3.0",
"description": "AIT GUI",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
# built documents.
#
# The short X.Y version.
version = u'2.2.2'
version = u'2.3.0'
# The full version, including alpha/beta/rc tags.
release = u'2.2.2'
release = u'2.3.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def run(self):

setup(
name = 'ait-gui',
version = '2.2.2',
version = '2.3.0',
description = description,
long_description = long_description,
long_description_content_type = 'text/x-rst',
Expand All @@ -97,7 +97,7 @@ def run(self):
namespace_packages = ['ait'],
include_package_data = True,

install_requires = ['ait-core>=2.1.0'],
install_requires = ['ait-core>=2.3.0'],
extras_require = {
'docs': [
'Sphinx==2.2.2',
Expand Down

0 comments on commit 7c8be23

Please sign in to comment.