Skip to content

Commit acf4220

Browse files
committed
Release v1.0.4
1 parent d0931c0 commit acf4220

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,16 @@ 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.0.3...HEAD
8+
[Unreleased]: https://github.com/ISA-Tools/mzml2isa/compare/v1.0.4...HEAD
99

1010

11+
## [v1.0.4] - 2021-12-14
12+
[v1.0.4]: https://github.com/ISA-Tools/mzml2isa/compare/v1.0.3...v1.0.4
13+
### Fixed
14+
- Allow higher versions of `openpyxl` to be installed ([#46](https://github.com/ISA-tools/mzml2isa/pull/46)).
15+
### Changed
16+
- Added support for Python 3.9.
17+
1118

1219
## [v1.0.3] - 2020-04-01
1320
[v1.0.3]: https://github.com/ISA-Tools/mzml2isa/compare/v1.0.2...v1.0.3
@@ -29,12 +36,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2936
- Bumped `pronto` requirement to `0.12.0`.
3037
- Bumped `fs` requirement to `2.4.0`.
3138

39+
3240
## [v1.0.1] - 2019-01-06
3341
[v1.0.1]: https://github.com/ISA-Tools/mzml2isa/compare/v1.0.0...v1.0.1
3442
### Changed
3543
- Added `fs` version `2.2.0` to supported `fs` versions.
3644
- Bumped `pronto` requirement to `0.11.0`
3745

46+
3847
## [v1.0.0] - 2018-10-16
3948
[v1.0.0]: https://github.com/ISA-Tools/mzml2isa/compare/v0.5.1...v1.0.0
4049
### Added
@@ -50,4 +59,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5059
- Updated local `psi-ms.obo` with newer version without dead links.
5160
- Pinned dependencies in `setup.cfg`.
5261
- Fixed crash on missing `Spectrum representation`.
53-

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Extract metadata from `mzML` and `imzML` files and write them to an ISA-Tab document.
55

6-
|Version| |Py versions| |Git| |Bioconda| |Build Status (Travis)| |Build Status (AppVeyor)| |License| |RTD doc| |DOI| |Paper|
6+
|Version| |Py versions| |Git| |Bioconda| |Build Status (Actions)| |Build Status (AppVeyor)| |License| |RTD doc| |DOI| |Paper|
77

88

99
Overview

mzml2isa/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
__author__ = 'Thomas Lawson, Martin Larralde'
3737
__credits__ = 'Thomas Lawson, Martin Larralde, Ralf Weber, Reza Salek, Ken Haug, Christoph Steinbeck'
38-
__version__ = '1.0.3'
38+
__version__ = '1.0.4'
3939
__license__ = 'GPLv3'
4040

4141
try:

0 commit comments

Comments
 (0)