From 3ec71d7076878a3fdfdb60b961fa8f6830edf43b Mon Sep 17 00:00:00 2001 From: dtomlinson Date: Sat, 7 Mar 2020 20:41:39 +0000 Subject: [PATCH] updating to version 1.0.0 --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- src/musicbrainzapi/__version__.py | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md 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'