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 c5e2669 commit f0e657bCopy full SHA for f0e657b
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+# [25.3.3] - 2025-06-17
4
+- smaller `osfmap_json` derived representation (thx bodintsov)
5
+- prepare for next release dropping `RawDatum` model/table:
6
+ - mirror `expiration_date` database column from `RawDatum` to `IndexcardRdf`
7
+ - add management command `migrate_rawdatum_expiration` to copy old values
8
+
9
# [25.3.2] - 2025-05-21
10
- fix: avoid `sharev2_elastic` queue backups by `ack`ing more correctly
11
share/version.py
@@ -1,4 +1,4 @@
-__version__ = '25.3.2'
+__version__ = '25.3.3'
def get_share_version() -> str:
0 commit comments