updating to version 1.0.0
This commit is contained in:
10
CHANGELOG.md
Normal file
10
CHANGELOG.md
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
# Changelog
|
||||||
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
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).
|
||||||
|
|
||||||
|
## [1.0.0] - 2020-03-07
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Initial version
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "musicbrainzapi"
|
name = "musicbrainzapi"
|
||||||
version = "0.1.0"
|
version = "1.0.0"
|
||||||
description = ""
|
description = ""
|
||||||
authors = ["dtomlinson <dtomlinson@williamhill.co.uk>"]
|
authors = ["dtomlinson <dtomlinson@williamhill.co.uk>"]
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
__version__ = '0.1.0'
|
__version__ = '1.0.0'
|
||||||
|
|||||||
Reference in New Issue
Block a user