Skip to content

Commit

Permalink
Bump version: 1.5.1 → 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LKI committed Oct 26, 2021
1 parent 191b79d commit 9797385
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chinese_calendar/__init__.py
Expand Up @@ -13,7 +13,7 @@
is_workday,
)

__version__ = "1.5.1"
__version__ = "1.6.0"
__all__ = [
"Holiday",
"holidays",
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.5.1
current_version = 1.6.0
commit = True
files = chinese_calendar/__init__.py
tag = True
Expand All @@ -17,7 +17,7 @@ omit = tests/*

[flake8]
max-line-length = 120
ignore =
ignore =
W503, # https://github.com/python/black/issues/52
E203, # https://github.com/python/black#slices

Expand Down

0 comments on commit 9797385

Please sign in to comment.