Skip to content

Commit 0808806

Browse files
committed
Version 2.0.1
1 parent 1bf93d9 commit 0808806

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## v2.0.1 (2024-10-22)
4+
5+
- Add tests
6+
- Change project tooling to use ruff and flit
7+
- Set up CI on GitHub
8+
- Publish the source code on GitHub
9+
310
## v2.0.0 (2024-04-17)
411

512
- Updates imports for compatibility with Wagtail >= 5.0, drops compatibility for older Wagtail releases

birdbath/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
don't need in your development environment, or whatever it is you need to do.
44
"""
55

6-
__version__ = "2.0.0"
6+
__version__ = "2.0.1"
77

88
default_app_config = "birdbath.apps.BirdBathConfig"

0 commit comments

Comments
 (0)