Skip to content

Commit 808c22d

Browse files
committed
Bump version: 1.3.6 → 1.3.7
1 parent 3d983bb commit 808c22d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.3.6
2+
current_version = 1.3.7
33
commit = True
44
tag = True
55
tag_name = {new_version}

django_toolkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# -*- coding: utf-8 -*-
2-
version = '1.3.6'
2+
version = '1.3.7'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def read(fname):
1212

1313
setup(
1414
name='luizalabs-django-toolkit',
15-
version='1.3.6',
15+
version='1.3.7',
1616
description=(
1717
'The LuizaLabs set of tools '
1818
'to develop projects using the Django framework'

0 commit comments

Comments
 (0)