diff --git a/src/howard/CHANGELOG.md b/src/howard/CHANGELOG.md index fb29408..6e4850a 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.5-howard] - 2021-11-29 + ### Changed - Update InvoiceIssuer to generate both invoice and credit note @@ -72,7 +74,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.4-howard...master +[unreleased]: https://github.com/openfun/marion/compare/v0.2.5-howard...master +[0.2.5-howard]: https://github.com/openfun/marion/compare/v0.2.4-howard...v0.2.5-howard [0.2.4-howard]: https://github.com/openfun/marion/compare/v0.2.3-howard...v0.2.4-howard [0.2.3-howard]: https://github.com/openfun/marion/compare/v0.2.2-howard...v0.2.3-howard [0.2.2-howard]: https://github.com/openfun/marion/compare/v0.2.1-howard...v0.2.2-howard diff --git a/src/howard/setup.cfg b/src/howard/setup.cfg index e1b0564..a91c7e7 100644 --- a/src/howard/setup.cfg +++ b/src/howard/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-marion-howard -version = 0.2.4 +version = 0.2.5 description = FUN documents for Marion, the documents factory long_description = file:README.md long_description_content_type = text/markdown