Skip to content

Commit 353b6d5

Browse files
committed
v2.0.1 [ci skip]
1 parent 14e00e4 commit 353b6d5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.0.0
2+
current_version = 2.0.1
33
commit = True
44
tag = True
55
message = v{new_version} [ci skip]
@@ -8,3 +8,4 @@ message = v{new_version} [ci skip]
88
universal = 1
99

1010
[bumpversion:file:setup.py]
11+

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name='django-select2-forms',
17-
version='2.0.0',
17+
version='2.0.1',
1818
description='Django form fields using the Select2 jQuery plugin',
1919
long_description=codecs.open(readme_rst, encoding='utf-8').read(),
2020
author='Frankie Dintino',

0 commit comments

Comments
 (0)