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 0cb6b3f commit 7359cb0Copy full SHA for 7359cb0
src/django_routines/__init__.py
@@ -30,7 +30,7 @@
30
from django.core.exceptions import ImproperlyConfigured
31
from django.utils.functional import Promise
32
33
-VERSION = (1, 6, 2)
+VERSION = (1, 7, 0)
34
35
__title__ = "Django Routines"
36
__version__ = ".".join(str(i) for i in VERSION)
0 commit comments