summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJrnl Bot <jrnl.bot@gmail.com>2021-07-17 22:16:08 +0000
committerJrnl Bot <jrnl.bot@gmail.com>2021-07-17 22:16:08 +0000
commitf158d7f266d33c739eb1bed27d6761f258246b54 (patch)
treed589d8294cfd16cb22cd0e431bd5dbd5f6b701d5
parentcef3a98b4e3c924613aa6f1eb17df9de0e3be926 (diff)
Increment version to v2.8.2-betav2.8.2-beta
-rw-r--r--jrnl/__version__.py2
-rw-r--r--pyproject.toml10
2 files changed, 6 insertions, 6 deletions
diff --git a/jrnl/__version__.py b/jrnl/__version__.py
index 51977ba3..62fb4b77 100644
--- a/jrnl/__version__.py
+++ b/jrnl/__version__.py
@@ -1 +1 @@
-__version__ = "v2.8.1"
+__version__ = "v2.8.2-beta"
diff --git a/pyproject.toml b/pyproject.toml
index 5c6d5cbd..45c2b58c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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"