Skip to content

Commit

Permalink
Bump version: 0.20.0 → 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theskumar committed Sep 3, 2022
1 parent 5d07931 commit b6fe193
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.20.0
current_version = 0.21.0
commit = True
tag = True

Expand All @@ -24,14 +24,14 @@ relative_files = True
source = dotenv

[coverage:paths]
source =
src/dotenv
.tox/*/lib/python*/site-packages/dotenv
.tox/pypy*/site-packages/dotenv
source =
src/dotenv
.tox/*/lib/python*/site-packages/dotenv
.tox/pypy*/site-packages/dotenv

[coverage:report]
show_missing = True
include = */site-packages/dotenv/*
exclude_lines =
if IS_TYPE_CHECKING:
pragma: no cover
exclude_lines =
if IS_TYPE_CHECKING:
pragma: no cover
2 changes: 1 addition & 1 deletion src/dotenv/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.20.0"
__version__ = "0.21.0"

0 comments on commit b6fe193

Please sign in to comment.