Skip to content

Commit

Permalink
Preparing release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed Feb 4, 2025
1 parent 3a7ca50 commit 52993fa
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@

<!-- towncrier release notes start -->

## 1.0.1 (2025-02-04)


### Bug fixes:

- Override addCreator for not setting the default author if not set. @sneridagh #80
- change tag translation in queryfield. @jnptk #81

## 1.0.0 (2025-01-16)


Expand Down
1 change: 0 additions & 1 deletion news/80.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion news/81.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="collective.blog",
version="1.0.1.dev0",
version="1.0.1",
description="A Blog-Addon for Plone.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 52993fa

Please sign in to comment.