Skip to content

Commit

Permalink
Bump 1.18.0
Browse files Browse the repository at this point in the history
- Add Django 5.0 support
- Allow baking without `contenttypes` framework
- Drop Django 3.2 and 4.1 support (reached end of life)
  • Loading branch information
amureki committed Apr 21, 2024
1 parent aa2955f commit 2645017
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased](https://github.com/model-bakers/model_bakery/tree/main)

### Added

### Changed

### Removed

## [1.18.0](https://pypi.org/project/model-bakery/1.18.0/)

### Added
- Add Django 5.0 support

Expand Down
2 changes: 1 addition & 1 deletion model_bakery/__about__.py
@@ -1 +1 @@
__version__ = "1.17.0"
__version__ = "1.18.0"

0 comments on commit 2645017

Please sign in to comment.