Skip to content

Commit

Permalink
bump version → 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsv1 committed Sep 4, 2022
1 parent 6ceac5b commit cfce87c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.6.0
current_version = 1.7.0
message = bump version → {new_version}
commit = True
tag = True
Expand Down Expand Up @@ -32,9 +32,9 @@ source = vedro

[coverage:report]
show_missing = true
exclude_lines =
pragma: no cover
@abstractmethod
exclude_lines =
pragma: no cover
@abstractmethod

[tool:pytest]
testpaths = tests/
Expand All @@ -43,5 +43,5 @@ python_classes =
python_functions = test_*
markers = only
asyncio_mode = strict
addopts =
--basetemp=./__tmpdir__
addopts =
--basetemp=./__tmpdir__
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def find_dev_required():

setup(
name="vedro",
version="1.6.0",
version="1.7.0",
description="Pragmatic BDD Framework",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion vedro/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.6.0"
version = "1.7.0"

0 comments on commit cfce87c

Please sign in to comment.