Skip to content

Commit

Permalink
fix: version
Browse files Browse the repository at this point in the history
  • Loading branch information
Clarmy committed Aug 10, 2023
1 parent 0254059 commit db51ce3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cnmaps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from .maps import * # noqa: F403, F401
from .drawing import * # noqa: F403, F401

__version__ = "1.1.5"
__version__ = "1.1.6"

CARTOPY_DIGIT_VERSION = re.match(r"(\d*\.\d*\.\d*)", cartopy.__version__).group(1)
if CARTOPY_DIGIT_VERSION < "0.22.0":
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
author = "Clarmy"

# The full version, including alpha/beta/rc tags
release = "1.1.5"
version = "1.1.5"
release = "1.1.6"
version = "1.1.6"

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/source/content/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
版本日志
===========
1.1.5
1.1.6
------
*发布时间: 2023-08-10*

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cnmaps"
version = "1.1.5"
version = "1.1.6"
description = "A python package to draw china maps more easily"
authors = ["Clarmy <[email protected]>"]
license = "BSD 3-Clause License"
Expand Down

0 comments on commit db51ce3

Please sign in to comment.