File tree Expand file tree Collapse file tree 4 files changed +13
-2
lines changed Expand file tree Collapse file tree 4 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,16 @@ jobs:
23
23
- ' 3.2' # LTS April 2024
24
24
- ' 4.2' # LTS April 2026
25
25
- ' 5.0' # April 2025
26
+ - ' 5.1b1' # December 2025
26
27
exclude :
27
28
- python-version : ' 3.8'
28
29
django-version : ' 5.0'
29
30
- python-version : ' 3.9'
30
31
django-version : ' 5.0'
32
+ - python-version : ' 3.8'
33
+ django-version : ' 5.1b1'
34
+ - python-version : ' 3.9'
35
+ django-version : ' 5.1b1'
31
36
- python-version : ' 3.11'
32
37
django-version : ' 3.2'
33
38
- python-version : ' 3.12'
Original file line number Diff line number Diff line change 22
22
from django .core .exceptions import ImproperlyConfigured
23
23
from django .utils .functional import Promise
24
24
25
- VERSION = (1 , 1 , 1 )
25
+ VERSION = (1 , 1 , 2 )
26
26
27
27
__title__ = "Django Routines"
28
28
__version__ = "." .join (str (i ) for i in VERSION )
Original file line number Diff line number Diff line change 2
2
Change Log
3
3
==========
4
4
5
+ v1.1.2
6
+ ======
7
+
8
+ * `Support Django 5.1 <https://github.com/bckohan/django-routines/issues/19 >`_
9
+
5
10
v1.1.1
6
11
======
7
12
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " django-routines"
3
- version = " 1.1.1 "
3
+ version = " 1.1.2 "
4
4
description = " Define named groups of management commands in Django settings files for batched execution."
5
5
authors = [" Brian Kohan <bckohan@gmail.com>" ]
6
6
license = " MIT"
@@ -19,6 +19,7 @@ classifiers = [
19
19
" Framework :: Django :: 4.1" ,
20
20
" Framework :: Django :: 4.2" ,
21
21
" Framework :: Django :: 5.0" ,
22
+ " Framework :: Django :: 5.1" ,
22
23
" Intended Audience :: Developers" ,
23
24
" License :: OSI Approved :: MIT License" ,
24
25
" Natural Language :: English" ,
You can’t perform that action at this time.
0 commit comments