Skip to content

Commit

Permalink
bump: version 1.0.0 → 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arunanshub committed Jul 30, 2021
1 parent af98fb4 commit 1304191
Show file tree
Hide file tree
Showing 3 changed files with 8 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 @@
## 1.0.1 (2021-07-31)

### Refactor

- **cli**: add short info about application

## 1.0.0 (2021-07-30)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool]
[tool.commitizen]
name = "cz_conventional_commits"
version = "1.0.0"
version = "1.0.1"
tag_format = "$version"
version_files = [
"setup.py",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="git-credential-netconf",
version="1.0.0",
version="1.0.1",
author="Arunanshu Biswas",
author_email="[email protected]",
description="",
Expand Down

0 comments on commit 1304191

Please sign in to comment.