From 021ec61a8119d69c35596863c7f9cdd6768b18a7 Mon Sep 17 00:00:00 2001 From: Jrnl Bot Date: Sat, 20 Feb 2021 19:50:52 +0000 Subject: Increment version to v2.7.1-beta --- jrnl/__version__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jrnl/__version__.py b/jrnl/__version__.py index 57da66a0..53f900b9 100644 --- a/jrnl/__version__.py +++ b/jrnl/__version__.py @@ -1 +1 @@ -__version__ = "v2.7" +__version__ = "v2.7.1-beta" diff --git a/pyproject.toml b/pyproject.toml index e47f27f7..6342f91a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jrnl" -version = "v2.7" +version = "v2.7.1-beta" description = "Collect your thoughts and notes without leaving the command line." authors = [ "jrnl contributors ", -- cgit v1.2.3