From b117c7a2601a09206b7d62dc9fd8e1b3d3b7c286 Mon Sep 17 00:00:00 2001 From: Jrnl Bot Date: Sat, 16 Jan 2021 23:20:59 +0000 Subject: Increment version to v2.7-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 fc38b65a..b9dc436f 100644 --- a/jrnl/__version__.py +++ b/jrnl/__version__.py @@ -1 +1 @@ -__version__ = "v2.6" +__version__ = "v2.7-beta" diff --git a/pyproject.toml b/pyproject.toml index c03a4f88..0bf1460e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jrnl" -version = "v2.6" +version = "v2.7-beta" description = "Collect your thoughts and notes without leaving the command line." authors = [ "jrnl contributors ", -- cgit v1.2.3