Skip to content

Commit 44a52ed

Browse files
committed
Preparing release 2.1.0
1 parent 720aaac commit 44a52ed

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

CHANGES.md

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

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

12+
## 2.1.0 (2024-05-30)
13+
14+
15+
### New features:
16+
17+
- Add Plone 6 Support. @tisto (#13)
18+
- Set the X-Robots-Tag response header when seo_noindex is True. @sneridagh, @davisagli (#17)
19+
20+
### Internal:
21+
22+
- Update internal package structure. @sneridagh, @davisagli (#16)
23+
24+
1225
## 2.0.1 (2021-11-01)
1326

1427
- Explicitly include dependencies (supporting pip installations)

news/13.feature

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

news/16.internal

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

news/17.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.0.2.dev0",
17+
version="2.1.0",
1818
description="SEO optimizations plugin for Plone",
1919
long_description=long_description,
2020
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)