Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
🔖(marion) bump to version 0.3.2
Browse files Browse the repository at this point in the history
Added
- Create a `IssuerLazyChoiceField` to be able to update issuer field choices
  without creating migrations.

Changed
- Add a `persist` argument to `AbstractDocument.create` method
  • Loading branch information
jbpenrath committed Nov 29, 2021
1 parent 4943636 commit 65c4fea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/marion/setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 65c4fea

Please sign in to comment.