summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJrnl Bot <jrnl.bot@gmail.com>2021-03-27 19:24:06 +0000
committerJonathan Wren <jonathan@nowandwren.com>2021-03-27 12:32:37 -0700
commitdc95b4c0988a6262a353d9dbbcc01685ce470f3c (patch)
treeea2c7f9c7d2e50e513289eefe193e6b60754ee56
parenteb0c694cc83f52c208381f967447ec4700b9f366 (diff)
Increment version to v2.8v2.8
-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 790c604a..d01f99f3 100644
--- a/jrnl/__version__.py
+++ b/jrnl/__version__.py
@@ -1 +1 @@
-__version__ = "v2.8-beta"
+__version__ = "v2.8"
diff --git a/pyproject.toml b/pyproject.toml
index 32018559..56773289 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jrnl"
-version = "v2.8-beta"
+version = "v2.8"
description = "Collect your thoughts and notes without leaving the command line."
authors = [
"jrnl contributors <jrnl-sh@googlegroups.com>",