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 14e00e4 commit 353b6d5Copy full SHA for 353b6d5
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.0.0
+current_version = 2.0.1
3
commit = True
4
tag = True
5
message = v{new_version} [ci skip]
@@ -8,3 +8,4 @@ message = v{new_version} [ci skip]
8
universal = 1
9
10
[bumpversion:file:setup.py]
11
+
setup.py
@@ -14,7 +14,7 @@
14
15
setup(
16
name='django-select2-forms',
17
- version='2.0.0',
+ version='2.0.1',
18
description='Django form fields using the Select2 jQuery plugin',
19
long_description=codecs.open(readme_rst, encoding='utf-8').read(),
20
author='Frankie Dintino',
0 commit comments