File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
9
10
10
### Added
11
11
12
+ ### Changed
13
+
14
+ ### Fixed
15
+
16
+ ## [ 1.1.0] - 2019-09-06
17
+
18
+ ### Added
19
+
12
20
- Added checks to ensure any species in inputs are in the starting model
13
21
- Added ability to specify ` ideal_gas ` object name for reduction, if model in model file
14
22
@@ -57,6 +65,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
57
65
58
66
59
67
[ Unreleased ] : https://github.com/Niemeyer-Research-Group/pyMARS/compare/v1.1.0...HEAD
60
- [ 1.0.1 ] : https://github.com/Niemeyer-Research-Group/pyMARS/compare/v1.1.0...v1.0.1
68
+ [ 1.1.0 ] : https://github.com/Niemeyer-Research-Group/pyMARS/compare/v1.0.1...v1.1.0
69
+ [ 1.0.1 ] : https://github.com/Niemeyer-Research-Group/pyMARS/compare/v1.0.0...v1.0.1
61
70
[ 1.0.0 ] : https://github.com/Niemeyer-Research-Group/pyMARS/compare/v0.1.0...v1.0.0
62
71
[ 0.1.0 ] : https://github.com/Niemeyer-Research-Group/pyMARS/compare/v0.0.1...v0.1.0
Original file line number Diff line number Diff line change 1
- __version_info__ = (1 , 1 , 0 , 'a8 ' )
1
+ __version_info__ = (1 , 1 , 0 , '' )
2
2
__version__ = '.' .join (map (str , __version_info__ [:3 ]))
3
3
if len (__version_info__ ) == 4 :
4
4
__version__ += __version_info__ [- 1 ]
You can’t perform that action at this time.
0 commit comments