Skip to content

Commit 8407b0b

Browse files
committed
Bump version: 1.1.0 → 1.2.0
1 parent 9d38c0a commit 8407b0b

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

setup.cfg

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
1+
[bumpversion]
2+
current_version = 1.2.0
3+
tag = True
4+
commit = True
5+
16
[aliases]
2-
test=pytest
7+
test = pytest
38

49
[tool:pytest]
510
testpaths = tests docs
6-
python_files =
7-
test_*.py
8-
*_test.py
9-
tests.py
10-
pep8ignore =
11-
resources.py E701
12-
13-
[bumpversion]
14-
current_version = 1.1.0
15-
tag = True
16-
commit = True
11+
python_files =
12+
test_*.py
13+
*_test.py
14+
tests.py
15+
pep8ignore =
16+
resources.py E701
1717

1818
[bumpversion:file:setup.py]
19+

setup.py

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

44
setup(
55
name='conference-scheduler',
6-
version='1.1.0',
6+
version='1.2.0',
77
packages=find_packages('src'),
88
package_dir={'': 'src'},
99
url='https://github.com/PyconUK/ConferenceScheduler',

0 commit comments

Comments
 (0)