From 832b9229f3feac30213178d7398451f52df78ab2 Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Wed, 29 Jul 2020 15:22:49 -0700 Subject: [PATCH 1/3] Add missing packaging dependency (#1011) --- poetry.lock | 6 +++--- pyproject.toml | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2bd6c42b..aa92dc5e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -314,7 +314,7 @@ tgrep = ["pyparsing"] twitter = ["twython"] [[package]] -category = "dev" +category = "main" description = "Core utilities for Python packages" name = "packaging" optional = false @@ -420,7 +420,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" version = "2.2.0" [[package]] -category = "dev" +category = "main" description = "Python parsing module" name = "pyparsing" optional = false @@ -602,7 +602,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["jaraco.itertools", "func-timeout"] [metadata] -content-hash = "72b606d9ecfdfe78e24c580ac0a4fd9e78823fdd63be714da316cbb55fc7f037" +content-hash = "7501ac8306b65f63e3e470a35e25dd9d3d8c911c21b3a9d61a267e3945f4c1e5" python-versions = ">=3.6.0, <3.9.0" [metadata.files] diff --git a/pyproject.toml b/pyproject.toml index e37604a3..285620d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,7 @@ colorama = "^0.4.1" python-dateutil = "^2.8" pyyaml = "^5.1" ansiwrap = "^0.8.4" +packaging = "^20.4" [tool.poetry.dev-dependencies] behave = "^1.2" From 888981c11e86061b0c6b53f065c28d2716395beb Mon Sep 17 00:00:00 2001 From: Jrnl Bot Date: Fri, 31 Jul 2020 16:39:22 +0000 Subject: [PATCH 2/3] Increment version to v2.4.5 --- jrnl/__version__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jrnl/__version__.py b/jrnl/__version__.py index 3db4c3ff..c6cfe86e 100644 --- a/jrnl/__version__.py +++ b/jrnl/__version__.py @@ -1 +1 @@ -__version__ = "v2.4.4" +__version__ = "v2.4.5" diff --git a/pyproject.toml b/pyproject.toml index 285620d7..982a7b3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ", From 0a74fe9ceff8a25d106c37fe1245c6e8e3dda74e Mon Sep 17 00:00:00 2001 From: Jrnl Bot Date: Fri, 31 Jul 2020 16:56:22 +0000 Subject: [PATCH 3/3] Update changelog [ci skip] --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a96efe12..b470fdd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)