Skip to content

Commit a01898e

Browse files
committed
Prep for 2.3.1 release
1 parent 2c4a13f commit a01898e

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,17 @@ 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.0](https://github.com/NASA-AMMOS/AIT-GUI/compare/2.2.2...2.3.0)
10+
## [2.3.1](https://github.com/NASA-AMMOS/AIT-GUI/compare/2.3.0...2.3.1)
11+
12+
### Merged
13+
14+
- Issue #200 - Properly decode received log messages in GUI plugin [`#201`](https://github.com/NASA-AMMOS/AIT-GUI/pull/201)
15+
16+
### Fixed
17+
18+
- Issue #200 - Properly decode received log messages in GUI plugin [`#200`](https://github.com/NASA-AMMOS/AIT-GUI/issues/200)
19+
20+
## [2.3.0](https://github.com/NASA-AMMOS/AIT-GUI/compare/2.2.2...2.3.0) - 2021-03-10
1121

1222
### Merged
1323

@@ -22,6 +32,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2232
- Issue #194 - Fix improperly initialized 'dntoeu' packet states [`#194`](https://github.com/NASA-AMMOS/AIT-GUI/issues/194)
2333
- Issue #196 - Fix UI Time64 decode handling of 0 value [`#196`](https://github.com/NASA-AMMOS/AIT-GUI/issues/196)
2434

35+
### Commits
36+
37+
- Prep for 2.3.0 release [`7c8be23`](https://github.com/NASA-AMMOS/AIT-GUI/commit/7c8be235f896ec5d4a9085dea4af420100823e25)
38+
2539
## [2.2.2](https://github.com/NASA-AMMOS/AIT-GUI/compare/2.2.1...2.2.2) - 2021-02-01
2640

2741
### Merged

ait/gui/static/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ait-gui",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "AIT GUI",
55
"main": "index.js",
66
"scripts": {

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@
7272
# built documents.
7373
#
7474
# The short X.Y version.
75-
version = u'2.3.0'
75+
version = u'2.3.1'
7676
# The full version, including alpha/beta/rc tags.
77-
release = u'2.3.0'
77+
release = u'2.3.1'
7878

7979
# The language for content autogenerated by Sphinx. Refer to documentation
8080
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def run(self):
8585

8686
setup(
8787
name = 'ait-gui',
88-
version = '2.3.0',
88+
version = '2.3.1',
8989
description = description,
9090
long_description = long_description,
9191
long_description_content_type = 'text/x-rst',

0 commit comments

Comments
 (0)