Increment version to v2.8.2-beta

This commit is contained in:
Jrnl Bot 2021-07-17 22:16:08 +00:00
parent cef3a98b4e
commit fe5602d465
2 changed files with 6 additions and 6 deletions

View file

@ -1 +1 @@
__version__ = "v2.8.1"
__version__ = "v2.8.2-beta"

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "jrnl"
version = "v2.8.1"
version = "v2.8.2-beta"
description = "Collect your thoughts and notes without leaving the command line."
authors = [
"jrnl contributors <jrnl-sh@googlegroups.com>",
@ -47,10 +47,10 @@ tzlocal = ">2.0, <3.0" # https://github.com/regebro/tzlocal/blob/master/CHANGE
# I don't like repeating deps here, but
# there's no other way to do this yet until poetry v1.2 releases
# see: https://github.com/python-poetry/poetry/issues/1644
behave = { version = "^1.2" , optional = true }
pytest = { version = ">=6.2" , optional = true }
pytest-bdd = { version = ">=4.0.1" , optional = true }
toml = { version = ">=0.10" , optional = true }
behave = { version = "^1.2", optional = true }
pytest = { version = ">=6.2", optional = true }
pytest-bdd = { version = ">=4.0.1", optional = true }
toml = { version = ">=0.10", optional = true }
[tool.poetry.dev-dependencies]
behave = "^1.2"