Skip to content

Commit

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

### Merged

- Issue #189 - Update diff handling of complex types and human readable values [`#191`](https://github.com/NASA-AMMOS/AIT-GUI/pull/191)

### Commits

- 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)

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

### Merged

Expand All @@ -16,6 +27,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Issue #183 - Minor typo fix in static directory warn [`#184`](https://github.com/NASA-AMMOS/AIT-GUI/pull/184)
- Issue #181 - Drop old notification test scripts [`#182`](https://github.com/NASA-AMMOS/AIT-GUI/pull/182)

### Commits

- Prep for 2.2.1 [`0af0c88`](https://github.com/NASA-AMMOS/AIT-GUI/commit/0af0c88a01a10004cb961c9adb1c68184a142cdb)

## [2.2.0](https://github.com/NASA-AMMOS/AIT-GUI/compare/2.1.0...2.2.0) - 2020-12-16

### Merged
Expand Down
6 changes: 3 additions & 3 deletions 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.1",
"version": "2.2.2",
"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.1'
version = u'2.2.2'
# The full version, including alpha/beta/rc tags.
release = u'2.2.1'
release = u'2.2.2'

# 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 @@ -85,7 +85,7 @@ def run(self):

setup(
name = 'ait-gui',
version = '2.2.1',
version = '2.2.2',
description = description,
long_description = long_description,
long_description_content_type = 'text/x-rst',
Expand Down

0 comments on commit 6a71964

Please sign in to comment.