From 7fd134f7e0f9ac004d903a6879639cef97f1d90f Mon Sep 17 00:00:00 2001 From: "Fabien C. Y. Benureau" Date: Sun, 17 Apr 2022 15:57:35 +0200 Subject: [PATCH] version 0.9.0 --- changelog.md | 7 +++++-- pubs/version.py | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 8e9a494..c49ee85 100644 --- a/changelog.md +++ b/changelog.md @@ -1,9 +1,12 @@ # Changelog -## Current master +## Current main -[Full Changelog](https://github.com/pubs/pubs/compare/v0.8.3...master) +[Full Changelog](https://github.com/pubs/pubs/compare/v0.9.0...master) + + +## [v0.9.0](https://github.com/pubs/pubs/compare/v0.8.3...v0.9.0) (2022-04-17) ### Implemented enhancements diff --git a/pubs/version.py b/pubs/version.py index 21320a8..e4e49b3 100644 --- a/pubs/version.py +++ b/pubs/version.py @@ -1 +1 @@ -__version__ = '0.8.4' +__version__ = '0.9.0'