Skip to content

Commit b568baa

Browse files
committed
💎 v1.1.0 release
1 parent 9c5716a commit b568baa

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff 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

pymars/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version_info__ = (1, 1, 0, 'a8')
1+
__version_info__ = (1, 1, 0, '')
22
__version__ = '.'.join(map(str, __version_info__[:3]))
33
if len(__version_info__) == 4:
44
__version__ += __version_info__[-1]

0 commit comments

Comments
 (0)