Skip to content

Commit

Permalink
Bump version: 2.1.2 → 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lamenezes committed Dec 21, 2020
1 parent 5cee772 commit 8c712d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "stoq-server"
version = "2.1.2"
version = "2.1.3"
description = "Stoq API backend and syncrhonization daemon and other workers"
authors = ["Stoq Team <[email protected]>"]
packages = [{ include = "stoqserver" }]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.1.2
current_version = 2.1.3
tag = True
commit = True

Expand Down
2 changes: 1 addition & 1 deletion stoqserver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
import pkg_resources


version = "2.1.2"
version = "2.1.3"

# legacy versioning
__version__ = (1, 6, 0, "beta1")
Expand Down

0 comments on commit 8c712d8

Please sign in to comment.