Skip to content

Commit a946af3

Browse files
committed
Release v1.1.1
1 parent 145fae7 commit a946af3

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8-
[Unreleased]: https://github.com/ISA-Tools/mzml2isa/compare/v1.1.0...HEAD
8+
[Unreleased]: https://github.com/ISA-Tools/mzml2isa/compare/v1.1.1...HEAD
9+
10+
11+
## [v1.1.1] - 2022-10-16
12+
[v1.1.1]: https://github.com/ISA-Tools/mzml2isa/compare/v1.1.0...v1.1.1
13+
14+
### Fixed
15+
- `stato.owl` ontology missing from the PyPI source distribution.
916

1017

1118
## [v1.1.0] - 2022-10-14

mzml2isa/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"""
3333
__author__ = 'Thomas Lawson, Martin Larralde'
3434
__credits__ = 'Thomas Lawson, Martin Larralde, Ralf Weber, Reza Salek, Ken Haug, Christoph Steinbeck'
35-
__version__ = '1.1.0'
35+
__version__ = '1.1.1'
3636
__license__ = 'GPLv3'
3737

3838
try:

0 commit comments

Comments
 (0)