From ce683a00866d04dc5f189ebe362d76f0fed28434 Mon Sep 17 00:00:00 2001 From: Quitterie Lucas Date: Tue, 8 Jun 2021 17:30:25 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96(minor)=20bump=20howard=20release?= =?UTF-8?q?=20to=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added: - Add certificate issuer - Rename and resize FUN logo - Add invoice issuer Fixed: - Add package description (README) --- 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 fd2e5dc..a3e758e 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.2.0-howard] - 2021-06-08 + ### Added - Add certificate issuer @@ -40,7 +42,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.1.2-howard...master +[unreleased]: https://github.com/openfun/marion/compare/v0.2.0-howard...master +[0.2.0-howard]: https://github.com/openfun/marion/compare/v0.1.2-howard...v0.2.0-howard [0.1.2-howard]: https://github.com/openfun/marion/compare/v0.1.1-howard...v0.1.2-howard [0.1.1-howard]: https://github.com/openfun/marion/compare/v0.1.0-howard...v0.1.1-howard [0.1.0-howard]: https://github.com/openfun/marion/compare/090add7...v0.1.0-howard diff --git a/src/howard/setup.cfg b/src/howard/setup.cfg index 3adfb11..c449e96 100644 --- a/src/howard/setup.cfg +++ b/src/howard/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-marion-howard -version = 0.1.2 +version = 0.2.0 description = FUN documents for Marion, the documents factory long_description = file:README.md long_description_content_type = text/markdown