diff --git a/CHANGELOG.md b/CHANGELOG.md index dbc3eb7..3643db8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,3 +5,10 @@ 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 attempts to adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). *** +## v0.1.1 (2021-07-07) + +### Fix + +- bug in `readme_location` + +## v0.1.0 (2021-07-06) diff --git a/pyproject.toml b/pyproject.toml index 87748f5..3d32fcc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ profile = "black" known_third_party = ["colorama", "coverage", "faker", "invoke", "pytest"] [tool.commitizen] -version = "0.1.0" +version = "0.1.1" version_files = [ "readme_coverage_badger/__init__.py", "readme_coverage_badger/__main__.py", diff --git a/readme_coverage_badger/__init__.py b/readme_coverage_badger/__init__.py index 3dc1f76..485f44a 100644 --- a/readme_coverage_badger/__init__.py +++ b/readme_coverage_badger/__init__.py @@ -1 +1 @@ -__version__ = "0.1.0" +__version__ = "0.1.1" diff --git a/readme_coverage_badger/__main__.py b/readme_coverage_badger/__main__.py index af1ef5f..5d706eb 100644 --- a/readme_coverage_badger/__main__.py +++ b/readme_coverage_badger/__main__.py @@ -9,7 +9,7 @@ environment you are running this script in. """ -__version__ = "0.1.0" +__version__ = "0.1.1" # Python Standard Library