Skip to content

Commit

Permalink
Bump 1.11.0
Browse files Browse the repository at this point in the history
- Add psycopg3 support for Django 4.2
  • Loading branch information
amureki committed Apr 5, 2023
1 parent 8ed4a75 commit 9bc4ef7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added

### Changed
- Fixes `RangeField` support for Django 4.2 and psycopg3

### Removed

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

### Added
- Add psycopg3 support for Django 4.2

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

### Changed
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# built documents.
#
# The short X.Y and the full version, including alpha/beta/rc tags.
version = release = "1.10.3"
version = release = "1.11.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
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.10.3"
__version__ = "1.11.0"

0 comments on commit 9bc4ef7

Please sign in to comment.