We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eeb9b7 commit fcdac93Copy full SHA for fcdac93
CHANGES.md
@@ -9,7 +9,7 @@ creating a new release entry be sure to copy & paste the span tag with the
9
updated. Only the first match gets replaced, so it's fine to leave the old
10
ones in. -->
11
12
-## 2.4.1 (<span actions:bind='release-date'>Pending</span>)
+## 2.4.1 (<span actions:bind='release-date'>Released 2025-02-25</span>)
13
14
[#2855](https://github.com/metomi/rose/pull/2855) -
15
Make Rose compatible with sqlite3 versions 3.46.0+.
metomi/rose/__init__.py
@@ -144,4 +144,4 @@
144
# Paths in the Rose distribution.
145
FILEPATH_README = "README.md"
146
147
-__version__ = "2.4.1.dev"
+__version__ = "2.4.1"
0 commit comments