From dd081211824fbf257de38a19e5490f0e0dc20324 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 17 Aug 2023 04:30:10 +0000 Subject: [PATCH] chore(release): :rocket: 0.18.0 [skip ci] Automatically generated by python-semantic-release --- CHANGELOG.md | 16 ++++++++++++++++ pyproject.toml | 2 +- src/nbcpu/_version.py | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d2945b..671fe4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ +## v0.18.0 (2023-08-17) + +### Feature + +* **book:** Expand conclusion section in paper ([`9e39039`](https://github.com/entelecheia/nbcpu/commit/9e3903926337a2f96925dbf071929dabaf26cecd)) +* **results:** Expand content and detailed analysis ([`d64c334`](https://github.com/entelecheia/nbcpu/commit/d64c334a351c3c75d6d67993c58f18b9ea272f48)) + +### Fix + +* **literature:** Correct citation formatting ([`3307e1c`](https://github.com/entelecheia/nbcpu/commit/3307e1c5bfea532dc0cd98534389b2d46801a381)) +* **book:** Update title of central bank policy analysis ([`9ca9acb`](https://github.com/entelecheia/nbcpu/commit/9ca9acb9ba9b315b2acea1cb2799f35a3d7acf65)) + +### Documentation + +* **README.md:** Update file with detailed project description and usage instructions ([`98b5a72`](https://github.com/entelecheia/nbcpu/commit/98b5a72d6a952afcc4466824d6a289d8c49d8ed5)) + ## v0.17.0 (2023-08-16) ### Feature diff --git a/pyproject.toml b/pyproject.toml index 73c4ca1..956b710 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nbcpu" -version = "0.17.0" +version = "0.18.0" description = "Quantifying Central Bank Policy Uncertainty in a Highly Dollarized Economy: A Topic Modeling Approach" authors = ["Young Joon Lee "] license = "MIT" diff --git a/src/nbcpu/_version.py b/src/nbcpu/_version.py index fd86b3e..1317d75 100644 --- a/src/nbcpu/_version.py +++ b/src/nbcpu/_version.py @@ -1 +1 @@ -__version__ = "0.17.0" +__version__ = "0.18.0"