summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJrnl Bot <jrnl.bot@gmail.com>2020-05-09 21:15:03 +0000
committerJonathan Wren <jonathan@nowandwren.com>2020-05-09 15:01:54 -0700
commit1f1a57db89ab3289477fb1c84994b934fa757c2f (patch)
treefd0f8179f8330bdcce73d878995f8d7451575799
parenta15e6f7476eeab824714510a4815d32a24fe1836 (diff)
Increment version to v2.4.2v2.4.2
-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 c8de6a49..8b8ae09f 100644
--- a/jrnl/__version__.py
+++ b/jrnl/__version__.py
@@ -1 +1 @@
-__version__ = "v2.4.1"
+__version__ = "v2.4.2"
diff --git a/pyproject.toml b/pyproject.toml
index 094217d0..3a2072a6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jrnl"
-version = "v2.4.1"
+version = "v2.4.2"
description = "Collect your thoughts and notes without leaving the command line."
authors = [
"Manuel Ebert <manuel@1450.me>",