From 5f00782d37aa1a58ea0c12c2ca81dd2d3b1627e4 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 2 Aug 2021 18:53:26 +0000 Subject: [PATCH] 0.21.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- sodalite/util/version.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 916cd96..44e116c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.21.2 (2021-08-02) +### Fix +* Bundle template configuration file next to code ([#189](https://github.com/hnicke/sodalite/issues/189)) ([`3c82cf2`](https://github.com/hnicke/sodalite/commit/3c82cf2be936fdbf67328d5a522df5450919aa39)) + ## v0.21.1 (2021-08-02) ### Fix * Bundle assets ([#188](https://github.com/hnicke/sodalite/issues/188)) ([`2423f78`](https://github.com/hnicke/sodalite/commit/2423f78c9409fed3342f05e550804f3795931afe)) diff --git a/pyproject.toml b/pyproject.toml index 176fe9c..1831a10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sodalite" -version = "0.21.1" +version = "0.21.2" description = "Keyboard-driven terminal file navigator and launcher" authors = ["Heiko Nickerl "] license = "GPL-3.0-only" diff --git a/sodalite/util/version.py b/sodalite/util/version.py index c260acf..ef74763 100644 --- a/sodalite/util/version.py +++ b/sodalite/util/version.py @@ -1 +1 @@ -VERSION = '0.21.1' +VERSION = '0.21.2'