Skip to content

Commit df12f7e

Browse files
Bump version to v4.11.2 (#2765)
* bump version to v4.11.2 * chore: Update ona-oidc to v1.1.3 --------- Co-authored-by: FrankApiyo <[email protected]>
1 parent 249bad8 commit df12f7e

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGES.rst

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ Changelog for Onadata
33

44
``* represents releases that introduce new migrations``
55

6+
v4.11.2(2025-01-22)
7+
-------------------
8+
- Fix exception Instance.DoesNotExist when registering Instance repeats
9+
`PR #2763 <https://github.com/onaio/onadata/pull/2763>`
10+
[@kelvin-muchiri]
11+
- Allow unapproved submissions when registering export repeats
12+
`PR #2764 <https://github.com/onaio/onadata/pull/2764>`
13+
[@kelvin-muchiri]
14+
- Update ona-oidc to v1.1.3
15+
`PR #2766 <https://github.com/onaio/onadata/pull/2766>`
16+
[@FrankApiyo]
17+
618
v4.11.1(2025-01-17)
719
-------------------
820
- Do not create export register when Instance is saved

onadata/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
from __future__ import absolute_import, unicode_literals
99

10-
__version__ = "4.11.1"
10+
__version__ = "4.11.2"
1111

1212

1313
# This will make sure the app is always imported when

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = onadata
3-
version = 4.11.1
3+
version = 4.11.2
44
description = Collect Analyze and Share Data
55
long_description = file: README.rst
66
long_description_content_type = text/x-rst

0 commit comments

Comments
 (0)