Skip to content

Commit a7ef407

Browse files
committed
Merge tag '24.0.0' into develop
2 parents 794bee6 + 878881d commit a7ef407

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
ChangeLog
33
*********
44

5+
24.0.0 (2024-01-02)
6+
===================
7+
- Fix: Install ca-certificates-java in Dockerfile to fix image build.
8+
- Fix: Support newer manifest locations for jamovi files (PR#369). (thanks, @jonathon-love!)
9+
- Fix: Support new manifest type and location for JASP-stats files. (thanks, @JorisGoosen and
10+
@RensDofferhoff!)
11+
512
23.1.0 (2023-04-17)
613
===================
714
- Fix: Improve support for special characters in tabular renderer sheet names. (thanks, @aaxelb!)

mfr/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '23.1.0'
1+
__version__ = '24.0.0'

0 commit comments

Comments
 (0)