Skip to content

Commit

Permalink
Release 2.3.0 (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen authored Jul 1, 2024
1 parent 3c9c7bd commit e516666
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Unreleased
==========

django-solo-2.3.0
=================

Date: 1 July, 2024

* Add typing support
* Deprecate `solo.models.get_cache`
* Switch to `pyproject.toml`
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,11 @@ To run the unit tests:

1. Update [`solo/__init__.py`](solo/__init__.py) `version`

2. Make a new release on GitHub
2. Update [`CHANGES`](./CHANGES)

3. Make a new release on GitHub

4. Upload release to PyPI

```shell
tox -e build
Expand Down
2 changes: 1 addition & 1 deletion solo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import django

__version__ = "2.2.0"
__version__ = "2.3.0"

if django.VERSION < (3, 2):
default_app_config = "solo.apps.SoloAppConfig"

0 comments on commit e516666

Please sign in to comment.