Skip to content

Commit

Permalink
v1.0.20 -> v1.0.21 (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: chenjieping <[email protected]>
  • Loading branch information
chensylz and chenjieping authored Oct 24, 2023
1 parent 60f5f2a commit 917f31a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hutils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from .unittest import TestCaseMixin, disable_elastic_apm, disable_migration, disable_network, fake_time, mock_redis_lock
from .validators import is_chinese_phone, is_int, is_phone, is_singapore_phone, is_telephone, is_uuid

__version__ = "1.0.20"
__version__ = "1.0.21"

__all__ = [
"EmptyContextManager",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
tag = True
commit = True
current_version = 1.0.20
current_version = 1.0.21
files = hutils/__init__.py
message = release: {current_version} → {new_version}

Expand Down

0 comments on commit 917f31a

Please sign in to comment.