File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 26
26
# The short X.Y version
27
27
version = ''
28
28
# The full version, including alpha/beta/rc tags
29
- release = '0.4.1 '
29
+ release = '0.4.2 '
30
30
31
31
32
32
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.4.1
2
+ current_version = 0.4.2
3
3
commit = True
4
4
tag = True
5
5
@@ -15,12 +15,13 @@ search = release = '{current_version}'
15
15
replace = release = ' {new_version}'
16
16
17
17
[tool:pytest]
18
- addopts =
18
+ addopts =
19
19
--strict
20
20
--tb =native
21
21
--verbose
22
22
tests/
23
23
python_files = test_*.py
24
- markers =
24
+ markers =
25
25
online: mark test to need internet connection
26
26
slow: mark test to be slow
27
+
Original file line number Diff line number Diff line change 4
4
setup (
5
5
name = 'cookiecutter-pypackage' ,
6
6
packages = [],
7
- version = '0.4.1 ' ,
7
+ version = '0.4.2 ' ,
8
8
description = 'Cookiecutter template for a PyWPS service' ,
9
9
license = 'BSD' ,
10
10
author = 'Birdhouse' ,
You can’t perform that action at this time.
0 commit comments