Skip to content

Commit

Permalink
chore: bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Dec 28, 2020
1 parent 32e3624 commit fbb89fe
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 26 deletions.
6 changes: 3 additions & 3 deletions aw_server/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import re


basever = "v0.9"
basever = "v0.10"


def detect_version_ci() -> Optional[str]:
Expand All @@ -31,7 +31,7 @@ def detect_version_git() -> Optional[str]:
"utf8",
)
)
except Exception as e:
except Exception:
# Unable to get current commit with git
return None

Expand All @@ -52,7 +52,7 @@ def detect_version():
return basever + ".dev+unknown"


__version__ = "v0.8.dev+c6433ea"
__version__ = 'v0.10.dev+32e3624'


def assign_static_version():
Expand Down
47 changes: 25 additions & 22 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = "aw-server"
version = "0.9"
version = "0.10"
description = ""
authors = ["Erik Bjäreholt <erik@bjareho.lt>"]
license = "MPL-2.0"
Expand Down

0 comments on commit fbb89fe

Please sign in to comment.