Skip to content

Commit

Permalink
Preparation for 1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorraine Sposto committed Jul 16, 2018
1 parent e659a4b commit 46d0100
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 11 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Change Log

## [1.1.0](https://github.com/NASA-AMMOS/AIT-GUI/tree/1.1.0) (2018-07-16)
[Full Changelog](https://github.com/NASA-AMMOS/AIT-GUI/compare/1.0.0...1.1.0)

**Closed issues:**

- Better handle KeyboardInterrupts in optional service greenlets [\#80](https://github.com/NASA-AMMOS/AIT-GUI/issues/80)
- Add database write integration [\#79](https://github.com/NASA-AMMOS/AIT-GUI/issues/79)
- Update out-of-limit message to include time [\#78](https://github.com/NASA-AMMOS/AIT-GUI/issues/78)
- Limit monitoring disables after limit trip [\#76](https://github.com/NASA-AMMOS/AIT-GUI/issues/76)
- Clean up messy widget docs [\#73](https://github.com/NASA-AMMOS/AIT-GUI/issues/73)
- Plots: title and y-title do not work [\#70](https://github.com/NASA-AMMOS/AIT-GUI/issues/70)
- Update package versions so npm ci is usable [\#68](https://github.com/NASA-AMMOS/AIT-GUI/issues/68)
- Add documentation for GUI widgets [\#47](https://github.com/NASA-AMMOS/AIT-GUI/issues/47)
- Update README with default contributing and community information [\#43](https://github.com/NASA-AMMOS/AIT-GUI/issues/43)
- Remove Contributing Guide from Sphinx docs [\#42](https://github.com/NASA-AMMOS/AIT-GUI/issues/42)
- Update CHANGELOG [\#40](https://github.com/NASA-AMMOS/AIT-GUI/issues/40)

**Merged pull requests:**

- Issue \#79 and \#80 - Data archiving and better interrupt handling [\#81](https://github.com/NASA-AMMOS/AIT-GUI/pull/81) ([MJJoyce](https://github.com/MJJoyce))
- Issue \#76 - Remove greenlet exception raise bug in limit monitoring [\#77](https://github.com/NASA-AMMOS/AIT-GUI/pull/77) ([MJJoyce](https://github.com/MJJoyce))
- Issue \#73 - Component docstring cleanup [\#74](https://github.com/NASA-AMMOS/AIT-GUI/pull/74) ([MJJoyce](https://github.com/MJJoyce))
- Issue \#47 - Add GUI widget docs [\#71](https://github.com/NASA-AMMOS/AIT-GUI/pull/71) ([MJJoyce](https://github.com/MJJoyce))
- Issue \#68 - Update Sinon package version so npm ci works [\#69](https://github.com/NASA-AMMOS/AIT-GUI/pull/69) ([MJJoyce](https://github.com/MJJoyce))
- Issue \#43 - Update README with default contributing/community info [\#45](https://github.com/NASA-AMMOS/AIT-GUI/pull/45) ([MJJoyce](https://github.com/MJJoyce))
- Issue \#42 - Remove contributing guide from Sphinx docs [\#44](https://github.com/NASA-AMMOS/AIT-GUI/pull/44) ([MJJoyce](https://github.com/MJJoyce))
- Issue \#40 - Fix missing CHANGELOG releases [\#41](https://github.com/NASA-AMMOS/AIT-GUI/pull/41) ([MJJoyce](https://github.com/MJJoyce))

## [1.0.0](https://github.com/NASA-AMMOS/AIT-GUI/tree/1.0.0) (2018-05-08)
[Full Changelog](https://github.com/NASA-AMMOS/AIT-GUI/compare/0.24.0...1.0.0)

Expand Down
14 changes: 7 additions & 7 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": "1.0.0",
"version": "1.1.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 @@ -70,9 +70,9 @@
# built documents.
#
# The short X.Y version.
version = u'1.0.0'
version = u'1.1.0'
# The full version, including alpha/beta/rc tags.
release = u'1.0.0'
release = u'1.1.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 @@ -85,7 +85,7 @@ def run(self):

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

0 comments on commit 46d0100

Please sign in to comment.