File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
Unreleased
2
2
==========
3
3
4
+ django-solo-2.3.0
5
+ =================
6
+
7
+ Date: 1 July, 2024
8
+
4
9
* Add typing support
5
10
* Deprecate `solo.models.get_cache`
6
11
* Switch to `pyproject.toml`
Original file line number Diff line number Diff line change @@ -293,7 +293,11 @@ To run the unit tests:
293
293
294
294
1 . Update [ ` solo/__init__.py ` ] ( solo/__init__.py ) ` version `
295
295
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
297
301
298
302
``` shell
299
303
tox -e build
Original file line number Diff line number Diff line change 5
5
6
6
import django
7
7
8
- __version__ = "2.2 .0"
8
+ __version__ = "2.3 .0"
9
9
10
10
if django .VERSION < (3 , 2 ):
11
11
default_app_config = "solo.apps.SoloAppConfig"
You can’t perform that action at this time.
0 commit comments