File tree Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
9
9
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
+
10
21
## [ 2.3.1] ( https://github.com/NASA-AMMOS/AIT-GUI/compare/2.3.0...2.3.1 )
11
22
12
23
### Merged
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ait-gui" ,
3
- "version" : " 2.3.1 " ,
3
+ "version" : " 2.3.2-rc1 " ,
4
4
"description" : " AIT GUI" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 72
72
# built documents.
73
73
#
74
74
# The short X.Y version.
75
- version = u'2.3.1 '
75
+ version = u'2.3.2-rc1 '
76
76
# The full version, including alpha/beta/rc tags.
77
- release = u'2.3.1 '
77
+ release = u'2.3.2-rc1 '
78
78
79
79
# The language for content autogenerated by Sphinx. Refer to documentation
80
80
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ def run(self):
85
85
86
86
setup (
87
87
name = 'ait-gui' ,
88
- version = '2.3.1 ' ,
88
+ version = '2.3.2-rc1 ' ,
89
89
description = description ,
90
90
long_description = long_description ,
91
91
long_description_content_type = 'text/x-rst' ,
You can’t perform that action at this time.
0 commit comments