summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJrnl Bot <jrnl.bot@gmail.com>2020-04-25 21:14:31 +0000
committerJonathan Wren <jonathan@nowandwren.com>2020-04-29 13:54:46 -0700
commit7b96169654dbc3b365b025ad46b0ec4b429c2ddb (patch)
treef113093cc824c26f974f7194b1c6672019c5dc88
parentec213d8185812bf0ecdf29798cca791ddd0a507a (diff)
Incrementing version to v2.4 [ci skip]v2.4
-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 e374547a..fe6946ba 100644
--- a/jrnl/__version__.py
+++ b/jrnl/__version__.py
@@ -1 +1 @@
-__version__ = "v2.4-beta"
+__version__ = "v2.4"
diff --git a/pyproject.toml b/pyproject.toml
index 76e51afb..3a8db15d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jrnl"
-version = "v2.4-beta"
+version = "v2.4"
description = "Collect your thoughts and notes without leaving the command line."
authors = [
"Manuel Ebert <manuel@1450.me>",