From ffdb6b4c03fe1eed408c448335186402275ae40d Mon Sep 17 00:00:00 2001 From: Github Bot Date: Sun, 15 Nov 2020 21:12:00 +0000 Subject: [PATCH] Version bump and changelog update. New version is 0.3.3 --- CHANGELOG.md | 11 +++++++++++ src/prana_rc/__version__.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e3ad81c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +## [v0.3.2](https://github.com/corvis/prana_rc/tree/v0.3.2) (2020-11-15) + +## [v0.3.1](https://github.com/corvis/prana_rc/tree/v0.3.1) (2020-11-14) + +## [v0.3.0](https://github.com/corvis/prana_rc/tree/v0.3.0) (2020-11-13) + + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/src/prana_rc/__version__.py b/src/prana_rc/__version__.py index d6736d8..003eb23 100644 --- a/src/prana_rc/__version__.py +++ b/src/prana_rc/__version__.py @@ -14,4 +14,4 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -__version__ = "0.3.2" +__version__ = "0.3.3"