summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJrnl Bot <jrnl.bot@gmail.com>2020-02-06 06:27:18 +0000
committerJrnl Bot <jrnl.bot@gmail.com>2020-04-10 11:51:56 -0700
commit252ab7256b480235dc0de71804770115dbe44bad (patch)
tree177fb21228532c40934ee752a4794035939bbd59
parentf83f486659dc42b8fd738dfab18a98e7acd811a1 (diff)
Incrementing version to v2.2.1-beta2 [ci skip]v2.2.1-beta2
Update changelog
-rw-r--r--CHANGELOG.md4
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 707e1322..c19dee9c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,10 @@
- Fix all skipped tests on Travis Windows builds by preserving newlines [\#823](https://github.com/jrnl-org/jrnl/pull/823) ([micahellison](https://github.com/micahellison))
+**Updated documentation:**
+
+- Updating/clarifying template explanation [\#829](https://github.com/jrnl-org/jrnl/pull/829) ([heymajor](https://github.com/heymajor))
+
## [v2.2](https://pypi.org/project/jrnl/v2.2/) (2020-02-01)
[Full Changelog](https://github.com/jrnl-org/jrnl/compare/v2.2-beta2...v2.2)
diff --git a/pyproject.toml b/pyproject.toml
index e1dfcfbd..9dc76df4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jrnl"
-version = "v2.2"
+version = "v2.2.1-beta2"
description = "Collect your thoughts and notes without leaving the command line."
authors = [
"Manuel Ebert <manuel@1450.me>",