From 65c4fea9f416dcae03ba7e200dab5cc086c40867 Mon Sep 17 00:00:00 2001 From: jbpenrath Date: Mon, 29 Nov 2021 17:01:22 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96(marion)=20bump=20to=20version=200.?= =?UTF-8?q?3.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added - Create a `IssuerLazyChoiceField` to be able to update issuer field choices without creating migrations. Changed - Add a `persist` argument to `AbstractDocument.create` method --- CHANGELOG.md | 7 +++++-- src/marion/setup.cfg | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aa26bf..a5c01bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to ## [Unreleased] +## [0.3.2] - 2021-11-29 + ### Added - Create a `IssuerLazyChoiceField` to be able to update issuer field choices @@ -66,8 +68,9 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to - Add `DummyDocument` example document issuer - Implement document issuer pattern -[unreleased]: https://github.com/openfun/marion/compare/v0.3.1...master -[0.3.0]: https://github.com/openfun/marion/compare/v0.3.0...v0.3.1 +[unreleased]: https://github.com/openfun/marion/compare/v0.3.2...master +[0.3.2]: https://github.com/openfun/marion/compare/v0.3.1...v0.3.2 +[0.3.1]: https://github.com/openfun/marion/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/openfun/marion/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/openfun/marion/compare/v0.1.2...v0.2.0 [0.1.2]: https://github.com/openfun/marion/compare/v0.1.1...v0.1.2 diff --git a/src/marion/setup.cfg b/src/marion/setup.cfg index 7e019fc..cd229e4 100644 --- a/src/marion/setup.cfg +++ b/src/marion/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-marion -version = 0.3.1 +version = 0.3.2 description = The documents factory long_description = file:README.md long_description_content_type = text/markdown