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 9d38c0a commit 8407b0bCopy full SHA for 8407b0b
setup.cfg
@@ -1,18 +1,19 @@
1
+[bumpversion]
2
+current_version = 1.2.0
3
+tag = True
4
+commit = True
5
+
6
[aliases]
-test=pytest
7
+test = pytest
8
9
[tool:pytest]
10
testpaths = tests docs
-python_files =
- test_*.py
- *_test.py
- tests.py
-pep8ignore =
11
- resources.py E701
12
-
13
-[bumpversion]
14
-current_version = 1.1.0
15
-tag = True
16
-commit = True
+python_files =
+ test_*.py
+ *_test.py
+ tests.py
+pep8ignore =
+ resources.py E701
17
18
[bumpversion:file:setup.py]
19
setup.py
@@ -3,7 +3,7 @@
setup(
name='conference-scheduler',
- version='1.1.0',
+ version='1.2.0',
packages=find_packages('src'),
package_dir={'': 'src'},
url='https://github.com/PyconUK/ConferenceScheduler',
0 commit comments