Skip to content

Commit

Permalink
Prep for 0.24.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MJJoyce committed Apr 25, 2018
1 parent 51311ea commit 3887fc3
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

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

**Closed issues:**

- Add telemetry limit monitoring and user notification support [\#22](https://github.com/NASA-AMMOS/AIT-GUI/issues/22)

**Merged pull requests:**

- Issue \#22 - Add telemetry limit monitoring and user notification support [\#23](https://github.com/NASA-AMMOS/AIT-GUI/pull/23) ([MJJoyce](https://github.com/MJJoyce))

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

Expand Down
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.1",
"version": "0.24.0",
"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.1'
version = u'0.24.0'
# The full version, including alpha/beta/rc tags.
release = u'0.23.1'
release = u'0.24.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 @@ -76,15 +76,15 @@ def run(self):

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

namespace_packages = ['bliss'],
include_package_data = True,

install_requires = ['bliss-core>=0.36.0'],
install_requires = ['bliss-core>=0.37.0'],
extras_require = {
'docs': [
'Sphinx==1.7.2',
Expand Down

0 comments on commit 3887fc3

Please sign in to comment.