Skip to content

Commit

Permalink
bump version to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blankdots committed Apr 7, 2022
1 parent 260fa45 commit 32f32ee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.13.0] - 2022-04-07

### Added

- Submission endpoint update #371
Expand Down Expand Up @@ -319,7 +321,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Files are also validated during submission process.


[unreleased]: https://github.com/CSCfi/metadata-submitter/compare/v0.11.0...HEAD
[unreleased]: https://github.com/CSCfi/metadata-submitter/compare/v0.13.0...HEAD
[0.13.0]: https://github.com/CSCfi/metadata-submitter/compare/v0.10.0...v0.13.0
[0.11.0]: https://github.com/CSCfi/metadata-submitter/compare/v0.10.0...v0.11.0
[0.10.0]: https://github.com/CSCfi/metadata-submitter/compare/v0.9.0...v0.10.0
[0.9.0]: https://github.com/CSCfi/metadata-submitter/compare/v0.8.1...v0.9.0
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
author = "CSC Developers"

# The full version, including alpha/beta/rc tags
release = "0.11.0"
release = "0.13.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion metadata_backend/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Backend for submitting and validating XML Files containing ENA metadata."""

__title__ = "metadata_backend"
__version__ = VERSION = "0.11.0"
__version__ = VERSION = "0.13.0"
__author__ = "CSC Developers"

0 comments on commit 32f32ee

Please sign in to comment.