Skip to content

Commit

Permalink
Prep for 0.23.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MJJoyce committed Apr 21, 2018
1 parent 87158cd commit aebae5b
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 11 deletions.
51 changes: 51 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# Change Log

## [0.23.1](https://github.com/NASA-AMMOS/AIT-GUI/tree/0.23.1) (2018-04-21)
[Full Changelog](https://github.com/NASA-AMMOS/AIT-GUI/compare/0.23.0...0.23.1)

**Closed issues:**

- Duplicate script execution from UI [\#20](https://github.com/NASA-AMMOS/AIT-GUI/issues/20)
- Messages timestamps are displayed as GPS time incorrectly [\#17](https://github.com/NASA-AMMOS/AIT-GUI/issues/17)

**Merged pull requests:**

- Issue \#20 - Fix duplicate script execution [\#21](https://github.com/NASA-AMMOS/AIT-GUI/pull/21) ([MJJoyce](https://github.com/MJJoyce))

## [0.23.0](https://github.com/NASA-AMMOS/AIT-GUI/tree/0.23.0) (2018-04-19)
[Full Changelog](https://github.com/NASA-AMMOS/AIT-GUI/compare/0.22.0...0.23.0)

**Closed issues:**

- Fix installation line in index of docs [\#14](https://github.com/NASA-AMMOS/AIT-GUI/issues/14)
- Update README [\#11](https://github.com/NASA-AMMOS/AIT-GUI/issues/11)
- Get GUI docs built and publicly viewable [\#10](https://github.com/NASA-AMMOS/AIT-GUI/issues/10)

**Merged pull requests:**

- Issue \#17 - Update Messages datetime format call to use UTC time [\#18](https://github.com/NASA-AMMOS/AIT-GUI/pull/18) ([MJJoyce](https://github.com/MJJoyce))
- Issue \#14 - Update index.rst of docs [\#15](https://github.com/NASA-AMMOS/AIT-GUI/pull/15) ([lorsposto](https://github.com/lorsposto))
- Issue \#10 - Publish AIT GUI docs to ReadTheDocs [\#13](https://github.com/NASA-AMMOS/AIT-GUI/pull/13) ([lorsposto](https://github.com/lorsposto))
- Issue \#11 - Update README [\#12](https://github.com/NASA-AMMOS/AIT-GUI/pull/12) ([lorsposto](https://github.com/lorsposto))

## [0.22.0](https://github.com/NASA-AMMOS/AIT-GUI/tree/0.22.0) (2018-04-11)
[Full Changelog](https://github.com/NASA-AMMOS/AIT-GUI/compare/0.21.0...0.22.0)

**Closed issues:**

- Clock tests fail after GPS additions [\#7](https://github.com/NASA-AMMOS/AIT-GUI/issues/7)
- Mnemonic search fails due to missing limits options [\#6](https://github.com/NASA-AMMOS/AIT-GUI/issues/6)
- Display GPS time as default Clock state [\#3](https://github.com/NASA-AMMOS/AIT-GUI/issues/3)
- Update index.html with better default examples [\#2](https://github.com/NASA-AMMOS/AIT-GUI/issues/2)
- Write script for dumping example data to UI for demonstrations [\#1](https://github.com/NASA-AMMOS/AIT-GUI/issues/1)

**Merged pull requests:**

- Issue \#7 - Fix missing default UTC option in format helpers [\#9](https://github.com/NASA-AMMOS/AIT-GUI/pull/9) ([MJJoyce](https://github.com/MJJoyce))
- Issue \#6 - Fix membership check in search limit formatting [\#8](https://github.com/NASA-AMMOS/AIT-GUI/pull/8) ([MJJoyce](https://github.com/MJJoyce))
- Issue \#1 and \#2 - Add better default GUI examples [\#5](https://github.com/NASA-AMMOS/AIT-GUI/pull/5) ([MJJoyce](https://github.com/MJJoyce))
- Issue \#3 - Add GPS time display to clock component [\#4](https://github.com/NASA-AMMOS/AIT-GUI/pull/4) ([MJJoyce](https://github.com/MJJoyce))



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
14 changes: 7 additions & 7 deletions bliss/gui/static/build/bliss.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bliss/gui/static/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bliss-gui",
"version": "0.23.0",
"version": "0.23.1",
"description": "BLISS 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 @@ -62,9 +62,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.23.0'
version = u'0.23.1'
# The full version, including alpha/beta/rc tags.
release = u'0.23.0'
release = u'0.23.1'

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

setup(
name = 'bliss-gui',
version = '0.23.0',
version = '0.23.1',
packages = find_packages(exclude=['tests']),
author = 'BLISS-Core Development Team',
author_email = 'bliss@jpl.nasa.gov',
Expand Down

0 comments on commit aebae5b

Please sign in to comment.