From 16ffe945dd078b6b2c27f175b96c58dbf479c2d1 Mon Sep 17 00:00:00 2001 From: Kevin Lane Date: Mon, 26 Oct 2020 08:32:07 -0700 Subject: [PATCH] Bump version to 0.3.1 --- CHANGELOG.md | 5 +++-- jekyllnb/__version__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b43eee..3a7eb36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [Unreleased] +## [0.3.1] ### Changed @@ -91,7 +91,8 @@ Initial release -[Unreleased]: https://github.com/klane/jekyllnb/compare/v0.3.0...master +[Unreleased]: https://github.com/klane/jekyllnb/compare/v0.3.1...master +[0.3.1]: https://github.com/klane/jekyllnb/releases/tag/v0.3.1 [0.3.0]: https://github.com/klane/jekyllnb/releases/tag/v0.3.0 [0.2.0]: https://github.com/klane/jekyllnb/releases/tag/v0.2.0 [0.1.2]: https://github.com/klane/jekyllnb/releases/tag/v0.1.2 diff --git a/jekyllnb/__version__.py b/jekyllnb/__version__.py index 493f741..260c070 100644 --- a/jekyllnb/__version__.py +++ b/jekyllnb/__version__.py @@ -1 +1 @@ -__version__ = "0.3.0" +__version__ = "0.3.1" diff --git a/pyproject.toml b/pyproject.toml index 6e292a7..d10acfa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jekyllnb" -version = "0.3.0" +version = "0.3.1" description = "Convert Jupyter Notebooks to Jekyll-ready Markdown files" authors = ["Kevin Lane "] license = "MIT"