From ee57167a70d1b01ba2455699bfd691e411e5e604 Mon Sep 17 00:00:00 2001 From: jbpenrath Date: Fri, 5 Aug 2022 10:44:29 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96(howard)=20bump=20to=20version=200.?= =?UTF-8?q?3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed - Enforce to use at least django-marion 0.4.0 --- src/howard/CHANGELOG.md | 5 ++++- src/howard/setup.cfg | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/howard/CHANGELOG.md b/src/howard/CHANGELOG.md index c26057e..f584519 100644 --- a/src/howard/CHANGELOG.md +++ b/src/howard/CHANGELOG.md @@ -8,6 +8,8 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to ## [Unreleased] +## [0.3.0-howard] - 2022-08-05 + ### Changed - Enforce to use at least django-marion 0.4.0 @@ -90,7 +92,8 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to - Draft realisation certificate issuer -[unreleased]: https://github.com/openfun/marion/compare/v0.2.7-howard...master +[unreleased]: https://github.com/openfun/marion/compare/v0.3.0-howard...master +[0.3.0-howard]: https://github.com/openfun/marion/compare/v0.2.7-howard...v0.3.0-howard [0.2.7-howard]: https://github.com/openfun/marion/compare/v0.2.6-howard...v0.2.7-howard [0.2.6-howard]: https://github.com/openfun/marion/compare/v0.2.5-howard...v0.2.6-howard [0.2.5-howard]: https://github.com/openfun/marion/compare/v0.2.4-howard...v0.2.5-howard diff --git a/src/howard/setup.cfg b/src/howard/setup.cfg index 8b25dd8..ead23d5 100644 --- a/src/howard/setup.cfg +++ b/src/howard/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-marion-howard -version = 0.2.7 +version = 0.3.0 description = FUN documents for Marion, the documents factory long_description = file:README.md long_description_content_type = text/markdown