Skip to content

Commit

Permalink
bump: version 0.1.0 → 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
engineervix committed Jul 7, 2021
1 parent df68dc2 commit 1cdd2ee
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion readme_coverage_badger/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.1.1"
2 changes: 1 addition & 1 deletion readme_coverage_badger/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
environment you are running this script in.
"""

__version__ = "0.1.0"
__version__ = "0.1.1"


# Python Standard Library
Expand Down

0 comments on commit 1cdd2ee

Please sign in to comment.