summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJrnl Bot <jrnl.bot@gmail.com>2020-10-17 22:23:55 +0000
committerJrnl Bot <jrnl.bot@gmail.com>2020-10-17 22:23:55 +0000
commitd60d0328c430a6fbb20a860d3b2c8fb65dfd76e1 (patch)
tree4d48ad76eadbba7b88150da806e7c8ca538f20d3
parent99f708ca0b244db0d9dc5ed19e1c80d16872fb0d (diff)
Increment version to v2.5-betav2.5-beta
-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 c6cfe86e..a3cb9c83 100644
--- a/jrnl/__version__.py
+++ b/jrnl/__version__.py
@@ -1 +1 @@
-__version__ = "v2.4.5"
+__version__ = "v2.5-beta"
diff --git a/pyproject.toml b/pyproject.toml
index 3d1f418a..6c49e966 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jrnl"
-version = "v2.4.5"
+version = "v2.5-beta"
description = "Collect your thoughts and notes without leaving the command line."
authors = [
"Manuel Ebert <manuel@1450.me>",