From 72feecf51715e3a0b2dbaf22f93f0264eb49ab7b Mon Sep 17 00:00:00 2001 From: Lirian Su Date: Mon, 3 Jul 2023 17:24:10 +0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.8.0=20=E2=86=92=201.8.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chinese_calendar/__init__.py | 2 +- setup.cfg | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/chinese_calendar/__init__.py b/chinese_calendar/__init__.py index 4d825c1..daf173e 100644 --- a/chinese_calendar/__init__.py +++ b/chinese_calendar/__init__.py @@ -14,7 +14,7 @@ is_workday, ) -__version__ = "1.8.0" +__version__ = "1.8.1" __all__ = [ "Holiday", "holidays", diff --git a/setup.cfg b/setup.cfg index 59bafc8..57f1bc2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.8.0 +current_version = 1.8.1 commit = True files = chinese_calendar/__init__.py tag = True @@ -17,7 +17,6 @@ omit = tests/* [flake8] max-line-length = 120 -# https://github.com/python/black#slices ignore = E203 [tool:isort]