File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 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/).
99
1010### Added
1111
12+ ### Changed
13+
14+ ### Fixed
15+
16+ ## [ 1.1.0] - 2019-09-06
17+
18+ ### Added
19+
1220- Added checks to ensure any species in inputs are in the starting model
1321- Added ability to specify ` ideal_gas ` object name for reduction, if model in model file
1422
@@ -57,6 +65,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5765
5866
5967[ 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
6170[ 1.0.0 ] : https://github.com/Niemeyer-Research-Group/pyMARS/compare/v0.1.0...v1.0.0
6271[ 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 , '' )
22__version__ = '.' .join (map (str , __version_info__ [:3 ]))
33if len (__version_info__ ) == 4 :
44 __version__ += __version_info__ [- 1 ]
You can’t perform that action at this time.
0 commit comments