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

Commit

Permalink
🔖(minor) bump howard to 0.6.0
Browse files Browse the repository at this point in the history
Changed:

- Enforce to use at least `django-marion` 0.6.0
  • Loading branch information
quitterie-lcs committed Oct 2, 2023
1 parent 80e36ba commit 329de4e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions src/howard/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,17 @@ The format is based on [Keep a
Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.6.0-howard]

### Changed

- Enforce to use at least `django-marion` 0.6.0

## [0.5.0-howard] - 2023-05-23

### Changed

- Enforce to use at least django-marion 0.5.0
- Enforce to use at least `django-marion` 0.5.0

## [0.4.0-howard] - 2022-12-21

Expand Down Expand Up @@ -104,7 +108,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.5.0-howard...master
[unreleased]: https://github.com/openfun/marion/compare/v0.6.0-howard...master
[0.6.0-howard]: https://github.com/openfun/marion/compare/v0.5.0-howard...v0.6.0-howard
[0.5.0-howard]: https://github.com/openfun/marion/compare/v0.4.0-howard...v0.5.0-howard
[0.4.0-howard]: https://github.com/openfun/marion/compare/v0.3.0-howard...v0.4.0-howard
[0.3.0-howard]: https://github.com/openfun/marion/compare/v0.2.7-howard...v0.3.0-howard
Expand Down
4 changes: 2 additions & 2 deletions src/howard/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = django-marion-howard
version = 0.5.0
version = 0.6.0
description = FUN documents for Marion, the documents factory
long_description = file:README.md
long_description_content_type = text/markdown
Expand All @@ -23,7 +23,7 @@ classifiers =
[options]
include_package_data = True
install_requires =
django-marion>=0.5.0
django-marion>=0.6.0
packages = find:
zip_safe = True

Expand Down

0 comments on commit 329de4e

Please sign in to comment.