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 3d983bb commit 808c22dCopy full SHA for 808c22d
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.3.6
+current_version = 1.3.7
3
commit = True
4
tag = True
5
tag_name = {new_version}
django_toolkit/__init__.py
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
-version = '1.3.6'
+version = '1.3.7'
setup.py
@@ -12,7 +12,7 @@ def read(fname):
12
13
setup(
14
name='luizalabs-django-toolkit',
15
- version='1.3.6',
+ version='1.3.7',
16
description=(
17
'The LuizaLabs set of tools '
18
'to develop projects using the Django framework'
0 commit comments