From f158d7f266d33c739eb1bed27d6761f258246b54 Mon Sep 17 00:00:00 2001 From: Jrnl Bot Date: Sat, 17 Jul 2021 22:16:08 +0000 Subject: [PATCH] Increment version to v2.8.2-beta --- jrnl/__version__.py | 2 +- pyproject.toml | 10 +++++----- 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 ", @@ -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"