We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf75589 commit 85cd208Copy full SHA for 85cd208
django_routines/__init__.py
@@ -22,7 +22,7 @@
22
from django.core.exceptions import ImproperlyConfigured
23
from django.utils.functional import Promise
24
25
-VERSION = (1, 1, 0)
+VERSION = (1, 1, 1)
26
27
__title__ = "Django Routines"
28
__version__ = ".".join(str(i) for i in VERSION)
0 commit comments