Skip to content

Commit 263aa8b

Browse files
committed
Preparing release 8.1.1
1 parent 29d5cc1 commit 263aa8b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ release, and any new translations added.
66

77
<!-- towncrier release notes start -->
88

9+
## 8.1.1 (18 November 2025)
10+
11+
### Bugfixes
12+
13+
- Fixed `CountryField(multiple=True)` not marking selected options in Django forms. ([#480](https://github.com/SmileyChris/django-countries/issues/480))
14+
15+
916
## 8.1.0 (13 November 2025)
1017

1118
### Features

changes/480.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "uv_build"
44

55
[project]
66
name = "django-countries"
7-
version = "8.1.0"
7+
version = "8.1.1"
88
description = "Provides a country field for Django models."
99
readme = "README.md"
1010
authors = [{ name = "Chris Beaven", email = "[email protected]" }]

0 commit comments

Comments
 (0)