We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bf93d9 commit 0808806Copy full SHA for 0808806
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# CHANGELOG
2
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
10
## v2.0.0 (2024-04-17)
11
12
- Updates imports for compatibility with Wagtail >= 5.0, drops compatibility for older Wagtail releases
birdbath/__init__.py
@@ -3,6 +3,6 @@
don't need in your development environment, or whatever it is you need to do.
"""
-__version__ = "2.0.0"
+__version__ = "2.0.1"
default_app_config = "birdbath.apps.BirdBathConfig"
0 commit comments