summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJrnl Bot <jrnl.bot@gmail.com>2021-02-20 19:50:52 +0000
committerJrnl Bot <jrnl.bot@gmail.com>2021-02-20 19:50:52 +0000
commit021ec61a8119d69c35596863c7f9cdd6768b18a7 (patch)
treee06a52c0c636b72cf6f0f3560aee5bb40c211e7c
parent0e90342b0284acc2dd2d65448ad663ba834647d7 (diff)
Increment version to v2.7.1-betav2.7.1-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 57da66a0..53f900b9 100644
--- a/jrnl/__version__.py
+++ b/jrnl/__version__.py
@@ -1 +1 @@
-__version__ = "v2.7"
+__version__ = "v2.7.1-beta"
diff --git a/pyproject.toml b/pyproject.toml
index e47f27f7..6342f91a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jrnl"
-version = "v2.7"
+version = "v2.7.1-beta"
description = "Collect your thoughts and notes without leaving the command line."
authors = [
"jrnl contributors <jrnl-sh@googlegroups.com>",