Skip to content

Commit cec609b

Browse files
committed
Merge branch 'release'
2 parents d00ce00 + b7482f4 commit cec609b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

RELEASE.rst

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

4+
Version 0.117.1 (Released May 23, 2025)
5+
---------------
6+
7+
- Changes to shore up a few minor issues around login (#2673)
8+
- Update urlconf to add accessible schema/Swagger URLs, add better typing for B2B data, update OpenAPI spec (#2672)
9+
- Deactivate audit enrollment before deferral (#2664)
10+
- Rename the realm import file (#2669)
11+
- B2 b provisioning limit programs with org id specified (#2665)
12+
413
Version 0.117.0 (Released May 20, 2025)
514
---------------
615

main/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
from main.sentry import init_sentry
3434
from openapi.settings_spectacular import open_spectacular_settings
3535

36-
VERSION = "0.117.0"
36+
VERSION = "0.117.1"
3737

3838
log = logging.getLogger()
3939

0 commit comments

Comments
 (0)