diff --git a/CHANGELOG.md b/CHANGELOG.md index b2256db..910f721 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -- Support python 3.12 +- None + + +## [3.1.0] - 2023-06-20 + +### Added +- Add support for python 3.12. (Nothing changed, other than some assertions in tests.) ## [3.0.1] - 2023-05-22 diff --git a/ditto/__init__.py b/ditto/__init__.py index aeeb0ca..3c9e274 100644 --- a/ditto/__init__.py +++ b/ditto/__init__.py @@ -1,5 +1,5 @@ __title__ = "Django Ditto" -__version__ = "3.0.1" +__version__ = "3.1.0" __author__ = "Phil Gyford" __author_email__ = "phil@gyford.com" __license__ = "MIT" diff --git a/docs/_build/doctrees/environment.pickle b/docs/_build/doctrees/environment.pickle index d153ffc..b2af3e6 100644 Binary files a/docs/_build/doctrees/environment.pickle and b/docs/_build/doctrees/environment.pickle differ diff --git a/docs/_build/html/.buildinfo b/docs/_build/html/.buildinfo index 41ef251..4833e44 100644 --- a/docs/_build/html/.buildinfo +++ b/docs/_build/html/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 527c966047722a970b5f478e6efed394 +config: febc17d0327d7566083931a74958cc1d tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/_build/html/_static/documentation_options.js b/docs/_build/html/_static/documentation_options.js index aef3d82..6ba7fc6 100644 --- a/docs/_build/html/_static/documentation_options.js +++ b/docs/_build/html/_static/documentation_options.js @@ -1,6 +1,6 @@ var DOCUMENTATION_OPTIONS = { URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), - VERSION: '3.0.1', + VERSION: '3.1.0', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/docs/_build/html/development.html b/docs/_build/html/development.html index 0a441ca..9b1c654 100644 --- a/docs/_build/html/development.html +++ b/docs/_build/html/development.html @@ -4,7 +4,7 @@ - Development — Django Ditto 3.0.1 documentation + Development — Django Ditto 3.1.0 documentation