summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJrnl Bot <jrnl.bot@gmail.com>2020-11-07 19:34:57 +0000
committerJrnl Bot <jrnl.bot@gmail.com>2020-11-07 19:34:57 +0000
commit99555c41b56325d5b3c1a7d9066fd5349cc495d4 (patch)
tree7f6e95f25d183fb8d78c1d5d4c5887b8f8741bbb
parentb2fc1dcce8ddaadf024a0e84a500782f93e60055 (diff)
Increment version to v2.5v2.5
-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 a3cb9c83..aed6587a 100644
--- a/jrnl/__version__.py
+++ b/jrnl/__version__.py
@@ -1 +1 @@
-__version__ = "v2.5-beta"
+__version__ = "v2.5"
diff --git a/pyproject.toml b/pyproject.toml
index 42b04a02..cf3b0be5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jrnl"
-version = "v2.5-beta"
+version = "v2.5"
description = "Collect your thoughts and notes without leaving the command line."
authors = [
"Manuel Ebert <manuel@1450.me>",