Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
bump: version 7.1.0 → 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rydra committed Jan 23, 2022
1 parent e9276f7 commit e1b47c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion melange/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# __version__.py
__version__ = "7.1.0"
__version__ = "7.2.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "melange"
version = "7.1.0"
version = "7.2.0"
description = "A messaging library for an easy inter-communication in distributed and microservices architectures"
authors = ["David Jiménez (Rydra)"]
license = "MIT"
Expand Down Expand Up @@ -32,7 +32,7 @@ pytest-cov = "^3.0.0"

[tool.commitizen]
name = "cz_conventional_commits"
version = "7.1.0"
version = "7.2.0"
tag_format = "$version"
version_files = [
"melange/__version__.py",
Expand Down

0 comments on commit e1b47c3

Please sign in to comment.