summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJrnl Bot <jrnl.bot@gmail.com>2020-12-20 02:31:26 +0000
committerJonathan Wren <jonathan@nowandwren.com>2020-12-19 22:28:29 -0800
commitb0de760621fb57e834836d62f7ed060b9ab6524c (patch)
tree768a4e3734c131dd8b24719f1f323a14eb31ea3a
parent7cf977a3cb68b2b0add8dc87a630f5b21c6cb3b7 (diff)
Increment version to v2.6v2.6
-rw-r--r--jrnl/__version__.py2
-rw-r--r--pyproject.toml2
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 <jrnl-sh@googlegroups.com>",