Skip to content

Commit

Permalink
Merge pull request #2448 from onaio/v3.10.0-rc
Browse files Browse the repository at this point in the history
Tag release v3.10.0
  • Loading branch information
KipSigei committed Jul 4, 2023
2 parents 690b83e + 9ab17f1 commit c9ff6f7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@ Changelog for Onadata

``* represents releases that introduce new migrations``

v3.10.0(2023-07-03)
-------------------

- Add task to permanently delete soft-deleted submissiions
`PR #2446 <https://github.com/onaio/onadata/pull/2446>`
[@KipSigei]
- Update sqlparse package to fix security vulnerability
`PR #2447 <https://github.com/onaio/onadata/pull/2447>`
[@KipSigei]
- Add ability to permanently delete submissions
`PR #2437 <https://github.com/onaio/onadata/pull/2437>`
[@KipSigei]
- Update pyxform version to v1.12.0 with case management support
`PR #2341 <https://github.com/onaio/onadata/pull/2341>`
[@KipSigei]

v3.9.2(2023-06-19)
------------------

Expand Down
2 changes: 1 addition & 1 deletion onadata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""
from __future__ import absolute_import, unicode_literals

__version__ = "3.9.2"
__version__ = "3.10.0"


# 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 = 3.9.2
version = 3.10.0
description = Collect Analyze and Share Data
long_description = file: README.rst
long_description_content_type = text/x-rst
Expand Down

0 comments on commit c9ff6f7

Please sign in to comment.