Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #59 from NLeSC/v0.7.1
Browse files Browse the repository at this point in the history
Update version to 0.7.1
  • Loading branch information
CunliangGeng authored Sep 30, 2020
2 parents 02b5ea6 + e1f5b82 commit 954711d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.7.1] - 2020-09-15
### Added
- PUT method used to update metadata

### Changed
- Replaced `flask-restplus` with `connexion` package for OpenAPI generation
- Refactored code based on OpenAPI specification
- Removed ending '/' in endpoints, e.g. '/catalog/' was changed to '/catalog'.
- Removed Bottle and Paste dependecies
- Removed docker compose file for production run


## [0.7.0] - 2020-06-12
### Added
- POST and DELETE methods
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ authors:
orcid: "https://orcid.org/0000-0002-1409-8358"

cff-version: "1.0.3"
date-released: 2020-06-12
date-released: 2020-09-15
doi: 10.5281/zenodo.1083951
license: Apache-2.0
message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/NLeSC/fairdatapoint"
title: "FAIR Data Point"
version: '0.7.0'
version: '0.7.1'
2 changes: 1 addition & 1 deletion fdp/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.7.0'
__version__ = '0.7.1'

0 comments on commit 954711d

Please sign in to comment.