Skip to content

Commit

Permalink
Bump version to v4.11.2 (#2765)
Browse files Browse the repository at this point in the history
* bump version to v4.11.2

* chore: Update ona-oidc to v1.1.3

---------

Co-authored-by: FrankApiyo <[email protected]>
  • Loading branch information
kelvin-muchiri and FrankApiyo authored Jan 22, 2025
1 parent 249bad8 commit df12f7e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ Changelog for Onadata

``* represents releases that introduce new migrations``

v4.11.2(2025-01-22)
-------------------
- Fix exception Instance.DoesNotExist when registering Instance repeats
`PR #2763 <https://github.com/onaio/onadata/pull/2763>`
[@kelvin-muchiri]
- Allow unapproved submissions when registering export repeats
`PR #2764 <https://github.com/onaio/onadata/pull/2764>`
[@kelvin-muchiri]
- Update ona-oidc to v1.1.3
`PR #2766 <https://github.com/onaio/onadata/pull/2766>`
[@FrankApiyo]

v4.11.1(2025-01-17)
-------------------
- Do not create export register when Instance is saved
Expand Down
2 changes: 1 addition & 1 deletion onadata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from __future__ import absolute_import, unicode_literals

__version__ = "4.11.1"
__version__ = "4.11.2"


# This will make sure the app is always imported when
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = onadata
version = 4.11.1
version = 4.11.2
description = Collect Analyze and Share Data
long_description = file: README.rst
long_description_content_type = text/x-rst
Expand Down

0 comments on commit df12f7e

Please sign in to comment.