Skip to content

Commit

Permalink
Bump version: 0.45.18-beta → 0.45.19-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
bumpversion[bot] committed Oct 18, 2023
1 parent 960c407 commit d61990c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[bumpversion]
current_version = 0.45.18-beta
current_version = 0.45.19-beta
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+).(?P<patch>\d+)(\-(?P<release>[a-z]+))?
serialize =
serialize =
{major}.{minor}.{patch}-{release}
{major}.{minor}.{patch}

[bumpversion:part:release]
optional_value = gamma
values =
values =
beta
gamma

Expand All @@ -18,27 +18,27 @@ search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"

[flake8]
exclude =
exclude =
.git,
docs,
build,
.eggs,
tests
ignore =
ignore =
AZ100,
AZ200,
AZ300,
C,
D,
E,
F,
E,
F,
W503
per-file-ignores =
per-file-ignores =
xclim/core/locales.py:RST399
rst-directives =
rst-directives =
bibliography,
autolink-skip
rst-roles =
rst-roles =
doc,
mod,
py:attr,
Expand Down
2 changes: 1 addition & 1 deletion xclim/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

__author__ = """Travis Logan"""
__email__ = "[email protected]"
__version__ = "0.45.18-beta"
__version__ = "0.45.19-beta"


_module_data = _files("xclim.data")
Expand Down

0 comments on commit d61990c

Please sign in to comment.