Skip to content

Commit

Permalink
Merge pull request #296 from DNO-inc/bodya
Browse files Browse the repository at this point in the history
update version label
  • Loading branch information
m-o-d-e-r authored Jan 7, 2024
2 parents 4ffb520 + 88440b6 commit 4d247b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion burrito/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from pytz import timezone


__version__ = "1.2.1 alpha"
__version__ = "2.0.0 alpha"

CURRENT_TIME_ZONE = timezone("Europe/Kyiv")
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 = "Burrito"
version = "1.2.1.alpha"
version = "2.0.0.alpha"
description = "API for the issue tracker"
authors = ["DimonBor", "m-o-d-e-r"]
readme = "README.md"
Expand Down

0 comments on commit 4d247b1

Please sign in to comment.