Skip to content

Commit fdeed1a

Browse files
authored
bumped version to 5.1.10.0 (#357)
1 parent 0e61fa6 commit fdeed1a

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

.github/workflows/default.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
flake8:
77
name: flake8
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-lts
99
steps:
1010
- name: Checkout
1111
uses: actions/checkout@v4
@@ -22,7 +22,7 @@ jobs:
2222
run: flake8
2323

2424
isort:
25-
runs-on: ubuntu-latest
25+
runs-on: ubuntu-lts
2626
steps:
2727
- name: Checkout
2828
uses: actions/checkout@v4
@@ -38,7 +38,7 @@ jobs:
3838
run: isort -c -rc -df aldryn_django
3939

4040
unit-tests:
41-
runs-on: ubuntu-20.04
41+
runs-on: ubuntu-lts
4242
strategy:
4343
fail-fast: false
4444
matrix:

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ Changelog
33
=========
44

55

6+
5.1.10.0 (2025-06-05)
7+
====================
8+
9+
* Upgrade Django to 5.1.10
10+
see https://www.djangoproject.com/weblog/2025/jun/04/security-releases/ for details
11+
12+
613
5.1.9.0 (2025-05-08)
714
====================
815

aldryn_django/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '5.1.9.0'
1+
__version__ = '5.1.10.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
REQUIREMENTS = [
88
'aldryn-addons',
9-
'Django==5.1.9',
9+
'Django==5.1.10',
1010

1111
# setup utils
1212
'dj-database-url',

0 commit comments

Comments
 (0)