Skip to content

Commit e4e8f82

Browse files
author
Nicholas Toole
committed
Prep for 2.3.2-rc1 release
1 parent 9b4fde3 commit e4e8f82

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +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.2-rc1](https://github.com/NASA-AMMOS/AIT-GUI/compare/2.3.1...2.3.2-rc1) - 2021-12-29
11+
12+
### Merged
13+
14+
- Fix typo that makes call to log method that doesn't exist [`#218`](https://github.com/NASA-AMMOS/AIT-GUI/pull/218)
15+
- Issue #216 - Add Python3.7 dependency to setup.py [`#217`](https://github.com/NASA-AMMOS/AIT-GUI/pull/217)
16+
17+
### Commits
18+
19+
- Fixed Typo [`30c38dc`](https://github.com/NASA-AMMOS/AIT-GUI/commit/30c38dcadc1b27f2c337d7b0d7b9709ab9ebdac6)
20+
1021
## [2.3.1](https://github.com/NASA-AMMOS/AIT-GUI/compare/2.3.0...2.3.1)
1122

1223
### 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.1",
3+
"version": "2.3.2-rc1",
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.1'
75+
version = u'2.3.2-rc1'
7676
# The full version, including alpha/beta/rc tags.
77-
release = u'2.3.1'
77+
release = u'2.3.2-rc1'
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.1',
88+
version = '2.3.2-rc1',
8989
description = description,
9090
long_description = long_description,
9191
long_description_content_type = 'text/x-rst',

0 commit comments

Comments
 (0)