Skip to content

Commit

Permalink
bump version to v4.4.0 (#2664)
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin-muchiri committed Aug 13, 2024
1 parent 8bf4765 commit 7bb0020
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@ Changelog for Onadata

``* represents releases that introduce new migrations``

v4.4.0(2024-08-13)
------------------
- Fix untracked Django's view of migration state
`PR #2663 <https://github.com/onaio/onadata/pull/2663>`
[@kelvin-muchiri]
- Convert Entities docs from markdown into restructured text format
`PR #2662 <https://github.com/onaio/onadata/pull/2662>`
[@kelvin-muchiri]
- Handle exceptions from running migrations
`PR #2661 <https://github.com/onaio/onadata/pull/2661>`
[@kelvin-muchiri]
- Add ability to delete Entities in bulk
`PR #2660 <https://github.com/onaio/onadata/pull/2660>`
[@kelvin-muchiri]
- Add Entities documentation to Sphinx table of contents tree
`PR #2659 <https://github.com/onaio/onadata/pull/2659>`
[@kelvin-muchiri]
- Patch update django, sqlparse and certifi packages
`PR #2657 <https://github.com/onaio/onadata/pull/2657>`
[@KipSigei]

v4.3.4(2024-07-29)
------------------
- Entities search
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__ = "4.3.4"
__version__ = "4.4.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 = 4.3.4
version = 4.4.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 7bb0020

Please sign in to comment.