From b0de760621fb57e834836d62f7ed060b9ab6524c Mon Sep 17 00:00:00 2001 From: Jrnl Bot Date: Sun, 20 Dec 2020 02:31:26 +0000 Subject: [PATCH] Increment version to v2.6 --- 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 2765f166..fc38b65a 100644 --- a/jrnl/__version__.py +++ b/jrnl/__version__.py @@ -1 +1 @@ -__version__ = "v2.6-beta5" +__version__ = "v2.6" diff --git a/pyproject.toml b/pyproject.toml index 9c1dee37..c03a4f88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jrnl" -version = "v2.6-beta5" +version = "v2.6" description = "Collect your thoughts and notes without leaving the command line." authors = [ "jrnl contributors ",