Skip to content

Commit f0e657b

Browse files
committed
prepare 25.3.3
1 parent c5e2669 commit f0e657b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

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+
39
# [25.3.2] - 2025-05-21
410
- fix: avoid `sharev2_elastic` queue backups by `ack`ing more correctly
511

share/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '25.3.2'
1+
__version__ = '25.3.3'
22

33

44
def get_share_version() -> str:

0 commit comments

Comments
 (0)