Skip to content

Commit

Permalink
Prep for 2.3.2-rc1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Toole committed Apr 13, 2022
1 parent 9b4fde3 commit e4e8f82
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ 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.3.2-rc1](https://github.com/NASA-AMMOS/AIT-GUI/compare/2.3.1...2.3.2-rc1) - 2021-12-29

### Merged

- Fix typo that makes call to log method that doesn't exist [`#218`](https://github.com/NASA-AMMOS/AIT-GUI/pull/218)
- Issue #216 - Add Python3.7 dependency to setup.py [`#217`](https://github.com/NASA-AMMOS/AIT-GUI/pull/217)

### Commits

- Fixed Typo [`30c38dc`](https://github.com/NASA-AMMOS/AIT-GUI/commit/30c38dcadc1b27f2c337d7b0d7b9709ab9ebdac6)

## [2.3.1](https://github.com/NASA-AMMOS/AIT-GUI/compare/2.3.0...2.3.1)

### Merged
Expand Down
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.3.1",
"version": "2.3.2-rc1",
"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.3.1'
version = u'2.3.2-rc1'
# The full version, including alpha/beta/rc tags.
release = u'2.3.1'
release = u'2.3.2-rc1'

# 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.3.1',
version = '2.3.2-rc1',
description = description,
long_description = long_description,
long_description_content_type = 'text/x-rst',
Expand Down

0 comments on commit e4e8f82

Please sign in to comment.