Skip to content

Commit

Permalink
Merge pull request #2318 from onaio/v3.3.3
Browse files Browse the repository at this point in the history
Tag release v3.4.0
  • Loading branch information
KipSigei authored Sep 22, 2022
2 parents c433fbb + 7d1bd8d commit 1097761
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@ Changelog for Onadata

``* represents releases that introduce new migrations``

v3.4.0(2022-09-22)
------------------
- Order submission URLs correctly
`PR #2313 <https://github.com/onaio/onadata/pull/2313>`_
[@ciremusyoka]
- Check number of media files in test
`PR #2314 <https://github.com/onaio/onadata/pull/2314>`_
[@ukanga]
- Remove group name prefix for grouped gps fields
`PR #2316 <https://github.com/onaio/onadata/pull/2316>`_
[@KipSigei]
- Update CI Badge
`PR #2317 <https://github.com/onaio/onadata/pull/2317>`_
[@DavisRayM]

v3.3.2(2022-08-31)
------------------
- Update application dependencies to address security vulnerabilities
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.3.2"
__version__ = "3.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 = 3.3.2
version = 3.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 1097761

Please sign in to comment.