Skip to content

Commit

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

* update change log
  • Loading branch information
kelvin-muchiri authored Oct 24, 2024
1 parent 7c1c41d commit b4e771d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ Changelog for Onadata

``* represents releases that introduce new migrations``

v4.9.1(2024-10-23)
------------------
- Fix extra columns excluded in DataView CSV export
`PR #2727 <https://github.com/onaio/onadata/pull/2727>`
[@kelvin-muchiri]
- Remove deleted_by serializer field for Dataviews
`PR #2721 <https://github.com/onaio/onadata/pull/2721>`
[@FrankApiyo]

v4.9.0(2024-10-22)
------------------
- Update pre-commit hooks
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.9.0"
__version__ = "4.9.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.9.0
version = 4.9.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 b4e771d

Please sign in to comment.