Merge branch 'develop' into cryptography-windows-1009

This commit is contained in:
micahellison 2020-08-01 13:35:50 -07:00 committed by GitHub
commit 6fcdf1d715
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 2 deletions

View file

@ -1,5 +1,13 @@
# Changelog
## [v2.4.5](https://pypi.org/project/jrnl/v2.4.5/) (2020-07-31)
[Full Changelog](https://github.com/jrnl-org/jrnl/compare/v2.4.4...v2.4.5)
**Fixed bugs:**
- Add missing dependency \(packaging\) [\#1011](https://github.com/jrnl-org/jrnl/pull/1011) ([wren](https://github.com/wren))
## [v2.4.4](https://pypi.org/project/jrnl/v2.4.4/) (2020-07-25)
[Full Changelog](https://github.com/jrnl-org/jrnl/compare/v2.4.4...v2.4.3)

View file

@ -1 +1 @@
__version__ = "v2.4.4"
__version__ = "v2.4.5"

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "jrnl"
version = "v2.4.4"
version = "v2.4.5"
description = "Collect your thoughts and notes without leaving the command line."
authors = [
"Manuel Ebert <manuel@1450.me>",