Skip to content

Commit 0fadbfa

Browse files
committed
Release v0.16.0
1 parent 441084d commit 0fadbfa

4 files changed

Lines changed: 13 additions & 18 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
# CHANGELOG
22

3-
## 0.16.1
4-
5-
- Upgrade to Wagtail 5.1
6-
- Replace wagtailfontawesome with wagtail-font-awesome-svg
7-
83
## 0.16.0
94

10-
- Upgrade to Wagtail 5.0, drop support for Wagtail < 4.1
11-
- Add Django 4.2 support, drop support for Django 4.0
12-
- Add Python 3.11 support, drop support for Python 3.7
5+
- Upgrade to Wagtail 7.3, drop support for Wagtail < 4.1
6+
- Add Django 4.2 support, drop support for Django 4.0 and 4.1
7+
- Add Python 3.13 support, drop support for Python 3.9 and below
8+
- Replace wagtailfontawesome with wagtail-font-awesome-svg
139

1410
## 0.15.3
1511

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@
6363
# built documents.
6464
#
6565
# The short X.Y version.
66-
version = "0.15.3"
66+
version = "0.16.0"
6767

6868
# The full version, including alpha/beta/rc tags.
69-
release = "0.15.3"
69+
release = "0.16.0"
7070

7171
# The language for content autogenerated by Sphinx. Refer to documentation
7272
# for a list of supported languages.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.15.3
2+
current_version = 0.16.0
33
commit = true
44
tag = true
55
tag_name = {new_version}

setup.py

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
setup(
4040
name="wagtail-personalisation",
41-
version="0.15.3",
41+
version="0.16.0",
4242
description="A Wagtail add-on for showing personalized content",
4343
author="Lab Digital BV and others",
4444
author_email="opensource@labdigital.nl",
@@ -61,17 +61,16 @@
6161
"License :: OSI Approved :: BSD License",
6262
"Operating System :: OS Independent",
6363
"Programming Language :: Python :: 3",
64-
"Programming Language :: Python :: 3.8",
65-
"Programming Language :: Python :: 3.9",
6664
"Programming Language :: Python :: 3.10",
6765
"Programming Language :: Python :: 3.11",
66+
"Programming Language :: Python :: 3.12",
67+
"Programming Language :: Python :: 3.13",
6868
"Framework :: Django",
69-
"Framework :: Django :: 3.2",
70-
"Framework :: Django :: 4.1",
7169
"Framework :: Django :: 4.2",
70+
"Framework :: Django :: 5.2",
7271
"Framework :: Wagtail",
73-
"Framework :: Wagtail :: 4",
74-
"Framework :: Wagtail :: 5",
72+
"Framework :: Wagtail :: 6",
73+
"Framework :: Wagtail :: 7",
7574
"Topic :: Internet :: WWW/HTTP :: Site Management",
7675
],
7776
)

0 commit comments

Comments
 (0)