Skip to content

Commit

Permalink
Bump version: 0.1.1 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed May 22, 2018
1 parent 634f37f commit 824561c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.1.1'
release = '0.2.0'


# -- General configuration ---------------------------------------------------
Expand Down
19 changes: 10 additions & 9 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.1
current_version = 0.2.0
commit = True
tag = True

Expand All @@ -15,12 +15,13 @@ search = release = '{current_version}'
replace = release = '{new_version}'

[tool:pytest]
addopts =
--strict
--tb=native
--verbose
tests/
addopts =
--strict
--tb=native
--verbose
tests/
python_files = test_*.py
markers =
online: mark test to need internet connection
slow: mark test to be slow
markers =
online: mark test to need internet connection
slow: mark test to be slow

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
setup(
name='cookiecutter-pypackage',
packages=[],
version='0.1.1',
version='0.2.0',
description='Cookiecutter template for a PyWPS service',
license='BSD',
author='Birdhouse',
Expand Down

0 comments on commit 824561c

Please sign in to comment.