Skip to content

Commit 4a672da

Browse files
committed
Release 2.3.0
1 parent 3c9c7bd commit 4a672da

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGES

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Unreleased
22
==========
33

4+
django-solo-2.3.0
5+
=================
6+
7+
Date: 1 July, 2024
8+
49
* Add typing support
510
* Deprecate `solo.models.get_cache`
611
* Switch to `pyproject.toml`

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,11 @@ To run the unit tests:
293293

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

296-
2. Make a new release on GitHub
296+
2. Update [`CHANGES`](./CHANGES)
297+
298+
3. Make a new release on GitHub
299+
300+
4. Upload release to PyPI
297301

298302
```shell
299303
tox -e build

solo/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
import django
77

8-
__version__ = "2.2.0"
8+
__version__ = "2.3.0"
99

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

0 commit comments

Comments
 (0)