Skip to content

Commit

Permalink
Merge pull request #68 from RIVM-bioinformatics/release-please--branc…
Browse files Browse the repository at this point in the history
…hes--main--components--ViroConstrictor

chore(main): release 1.2.3
  • Loading branch information
florianzwagemaker authored Mar 1, 2023
2 parents f6b89ff + 8cc8312 commit d82016f
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [1.2.3](https://github.com/RIVM-bioinformatics/ViroConstrictor/compare/v1.2.2...v1.2.3) (2023-03-01)


### Bug Fixes

* allow input fastq files that contain multiple dots ([07994a2](https://github.com/RIVM-bioinformatics/ViroConstrictor/commit/07994a2d5caec1fef067fcef3ba19390bbf3f92a))
* ensure compability between the Influenza preset and illumina short read data ([9a9f1d9](https://github.com/RIVM-bioinformatics/ViroConstrictor/commit/9a9f1d985d28064e28cc729d75f8e8039c30b8e9))
* ensure match_preset_name() actually returns all required values ([d49f238](https://github.com/RIVM-bioinformatics/ViroConstrictor/commit/d49f2381f430b0f3730ba2991c9360179cac2ff3))
* update permissions for GH-actions workflows ([1f760ba](https://github.com/RIVM-bioinformatics/ViroConstrictor/commit/1f760bacf71b069b0e1b07bd043e9d4af0857640))


### Documentation

* add citations file ([1f760ba](https://github.com/RIVM-bioinformatics/ViroConstrictor/commit/1f760bacf71b069b0e1b07bd043e9d4af0857640))
* update installation instructions for new environment file and environment creation with Mamba ([84183a7](https://github.com/RIVM-bioinformatics/ViroConstrictor/commit/84183a79c4c21543eb69cb0ede0a7923eb54459c))


### Dependencies

* add python-magic version 0.4.27 to environment ([84183a7](https://github.com/RIVM-bioinformatics/ViroConstrictor/commit/84183a79c4c21543eb69cb0ede0a7923eb54459c))
* pin version of AminoExtract to 0.2.1 ([84183a7](https://github.com/RIVM-bioinformatics/ViroConstrictor/commit/84183a79c4c21543eb69cb0ede0a7923eb54459c))

## [1.2.2](https://github.com/RIVM-bioinformatics/ViroConstrictor/compare/v1.2.1...v1.2.2) (2023-01-24)


Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ authors:
National Institute for Public Health and the
Environment (RIVM)
- name: "The RIVM-IDS Bioinformatics team"
version: 1.2.2 #x-release-please-version
version: 1.2.3 #x-release-please-version
# identifiers:
# - type: doi
# value: none
Expand Down
2 changes: 1 addition & 1 deletion ViroConstrictor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "1.2.2"
__version__ = "1.2.3"
__prog__ = "ViroConstrictor"

0 comments on commit d82016f

Please sign in to comment.