Skip to content

Commit

Permalink
Release v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Dec 14, 2021
1 parent d0931c0 commit acf4220
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
[Unreleased]: https://github.com/ISA-Tools/mzml2isa/compare/v1.0.3...HEAD
[Unreleased]: https://github.com/ISA-Tools/mzml2isa/compare/v1.0.4...HEAD


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


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


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


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

2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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

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


Overview
Expand Down
2 changes: 1 addition & 1 deletion mzml2isa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

__author__ = 'Thomas Lawson, Martin Larralde'
__credits__ = 'Thomas Lawson, Martin Larralde, Ralf Weber, Reza Salek, Ken Haug, Christoph Steinbeck'
__version__ = '1.0.3'
__version__ = '1.0.4'
__license__ = 'GPLv3'

try:
Expand Down

0 comments on commit acf4220

Please sign in to comment.