Skip to content

Commit

Permalink
bump: version 7.0.1 → 7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
timcera committed Jul 23, 2022
1 parent 315823b commit 66636d0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v7.0.2 (2022-07-23)

### Fix

- several small fixes rolled, label, time-stamp, start_date/end_date, dump

## v7.0.1 (2022-07-09)

### Fix
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ include AUTHORS.rst
include CONTRIBUTING.rst
include LICENSE.txt
include README.rst
exclude tests/data*.hbn
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.0.1
7.0.2
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ignore = [".travis.yml",

[tool.commitizen]
name = "cz_conventional_commits"
version = "7.0.1"
version = "7.0.2"
tag_format = "v$version"
version_files = ["VERSION"]
update_changelog_on_bump = true

0 comments on commit 66636d0

Please sign in to comment.