Skip to content

Commit 44385cb

Browse files
committed
Release 0.49.0
1 parent fbb51a6 commit 44385cb

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

RELEASE.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Release Notes
22
=============
33

4+
Version 0.49.0
5+
--------------
6+
7+
- Shanbady/revert pdf ocr changes (#2794)
8+
- Article design layout and refactor (#2781)
9+
- pass in debug mode (#2790)
10+
- feature: add publish and save as draft functionality (#2780)
11+
- Fix task failure in get_medium_mit_news when url is None (#2785)
12+
- Canvas - Transcribe handwritten notes and pdf contentfiles (#2777)
13+
414
Version 0.48.2 (Released December 04, 2025)
515
--------------
616

main/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
from main.settings_pluggy import * # noqa: F403
3535
from openapi.settings_spectacular import open_spectacular_settings
3636

37-
VERSION = "0.48.2"
37+
VERSION = "0.49.0"
3838

3939
log = logging.getLogger()
4040

0 commit comments

Comments
 (0)