mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
Increment version to v2.8.2-beta
This commit is contained in:
parent
cef3a98b4e
commit
f158d7f266
2 changed files with 6 additions and 6 deletions
|
@ -1 +1 @@
|
|||
__version__ = "v2.8.1"
|
||||
__version__ = "v2.8.2-beta"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue