We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74aef0c commit becf7cfCopy full SHA for becf7cf
django_range_merge/__init__.py
@@ -2,6 +2,6 @@
2
Enables the range_merge Aggregate for Django on Postgres
3
"""
4
5
-__version__ = "0.2.2"
+__version__ = "0.2.3"
6
7
default_app_config = "django_range_merge.apps.DjangoRangeMergeConfig" # pylint: disable=invalid-name
0 commit comments