Skip to content

Commit 3817a1f

Browse files
committed
Preparing release 2.1.1
1 parent fff7655 commit 3817a1f

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@
99

1010
<!-- towncrier release notes start -->
1111

12+
## 2.1.1 (2025-11-04)
13+
14+
### New features:
15+
16+
- Add Spanish translations #22 [macagua] (#22)
17+
18+
### Internal:
19+
20+
- Fix metadata for the package. @ericof
21+
- Use pkgutil instead of deprecated pkg_resources. @ericof
22+
23+
1224
## 2.1.0 (2024-05-30)
1325

1426

news/+metadata.internal

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

news/+pkgutil.internal

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

news/22.feature

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

setup.py

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

1515
setup(
1616
name="kitconcept.seo",
17-
version="2.1.1.dev0",
17+
version="2.1.1",
1818
description="SEO optimizations plugin for Plone",
1919
long_description=long_description,
2020
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)