Skip to content

Commit

Permalink
bump version to v4.10.1 (#2756)
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin-muchiri authored Jan 7, 2025
1 parent 61157e7 commit 908a810
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,16 @@ Changelog for Onadata

``* represents releases that introduce new migrations``

v.4.10.0(2024-12-02)
v4.10.1(2025-01-07)
-------------------
- Fix CSV import error for a form that defines Entities
`PR #2754 <https://github.com/onaio/onadata/pull/2754>`
[@kelvin-muchiri]
- Security updates
`PR #2750 <https://github.com/onaio/onadata/pull/2750>`
[@kelvin-muchiri]

v4.10.0(2024-12-02)
--------------------
- Add management command to restore soft deleted form
`PR #2744 <https://github.com/onaio/onadata/pull/2744>`
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.10.0"
__version__ = "4.10.1"


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

0 comments on commit 908a810

Please sign in to comment.