diff --git a/CHANGES.rst b/CHANGES.rst index 162b0ef672..19ba7d4a9d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,10 @@ Changelog for Onadata ``* represents releases that introduce new migrations`` +v3.19.0(2024-02-20) +------------------- +- Upgrade package pricing to version v1.1.1 + v3.18.0(2024-02-05) ------------------- - Fix SQL syntax error when grouping by select one diff --git a/onadata/__init__.py b/onadata/__init__.py index 3c9dc6e0cd..82441273fd 100644 --- a/onadata/__init__.py +++ b/onadata/__init__.py @@ -6,7 +6,7 @@ """ from __future__ import absolute_import, unicode_literals -__version__ = "3.18.0" +__version__ = "3.19.0" # This will make sure the app is always imported when diff --git a/setup.cfg b/setup.cfg index f72a44fc49..c145e98ec5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = onadata -version = 3.18.0 +version = 3.19.0 description = Collect Analyze and Share Data long_description = file: README.rst long_description_content_type = text/x-rst