diff --git a/CHANGELOG.md b/CHANGELOG.md index 63c6fb7e..c9862b12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,12 +8,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased](https://github.com/model-bakers/model_bakery/tree/main) ### Added -- Add Django 5.1 support ### Changed ### Removed +## [1.19.0](https://pypi.org/project/model-bakery/1.19.0/) + +### Added +- Add Django 5.1 support + ## [1.18.3](https://pypi.org/project/model-bakery/1.18.3/) ### Changed diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e2d93332..487416e9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,7 +33,7 @@ To run `postgresql` and `postgis` specific tests: 1. [Install `docker`](https://docs.docker.com/get-docker/). 2. Install the `postgis` dependencies. Follow the -[instructions from the Django docs](https://docs.djangoproject.com/en/3.1/ref/contrib/gis/install/geolibs/): +[instructions from the Django docs](https://docs.djangoproject.com/en/stable/ref/contrib/gis/install/geolibs/): If you are on Ubuntu/Debian you run the following: diff --git a/model_bakery/__about__.py b/model_bakery/__about__.py index 14e8848a..d84d79d4 100644 --- a/model_bakery/__about__.py +++ b/model_bakery/__about__.py @@ -1 +1 @@ -__version__ = "1.18.3" +__version__ = "1.19.0"