diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b2c2f00 --- /dev/null +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 1068d84..b39ecdd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "musicbrainzapi" -version = "0.1.0" +version = "1.0.0" description = "" authors = ["dtomlinson "] diff --git a/src/musicbrainzapi/__version__.py b/src/musicbrainzapi/__version__.py index b794fd4..1f356cc 100644 --- a/src/musicbrainzapi/__version__.py +++ b/src/musicbrainzapi/__version__.py @@ -1 +1 @@ -__version__ = '0.1.0' +__version__ = '1.0.0'