Skip to content

Commit 7359cb0

Browse files
committed
bump version
1 parent 0cb6b3f commit 7359cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/django_routines/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
from django.core.exceptions import ImproperlyConfigured
3131
from django.utils.functional import Promise
3232

33-
VERSION = (1, 6, 2)
33+
VERSION = (1, 7, 0)
3434

3535
__title__ = "Django Routines"
3636
__version__ = ".".join(str(i) for i in VERSION)

0 commit comments

Comments
 (0)