Skip to content

Commit

Permalink
Bump 1.15.0
Browse files Browse the repository at this point in the history
- Add Python 3.12 support
- Revert erroneous optimisation of related logic (fix #439)
- Bring tox back
  • Loading branch information
amureki committed Aug 24, 2023
1 parent c37b676 commit 1474362
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
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.15.0](https://pypi.org/project/model-bakery/1.15.0/)

### Added
- Add Python 3.12 support

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -52,7 +52,7 @@
# built documents.
#
# The short X.Y and the full version, including alpha/beta/rc tags.
version = release = "1.14.0"
version = release = "1.15.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion model_bakery/__about__.py
@@ -1 +1 @@
__version__ = "1.14.0"
__version__ = "1.15.0"

0 comments on commit 1474362

Please sign in to comment.