Skip to content

Commit 5274963

Browse files
committed
chore: bump version to 0.12.14
Signed-off-by: Frost Ming <[email protected]>
1 parent be310bb commit 5274963

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.12.13
2+
current_version = 0.12.14
33
files = setup.py cachecontrol/__init__.py docs/conf.py
44
commit = True
55
tag = True

cachecontrol/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"""
99
__author__ = "Eric Larson"
1010
__email__ = "[email protected]"
11-
__version__ = "0.12.13"
11+
__version__ = "0.12.14"
1212

1313
from .wrapper import CacheControl
1414
from .adapter import CacheControlAdapter

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
# built documents.
5353
#
5454
# The short X.Y version.
55-
version = "0.12.13"
55+
version = "0.12.14"
5656
# The full version, including alpha/beta/rc tags.
57-
release = "0.12.13"
57+
release = "0.12.14"
5858

5959
# The language for content autogenerated by Sphinx. Refer to documentation
6060
# for a list of supported languages.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
long_description = open("README.rst").read()
88

9-
VERSION = "0.12.13"
9+
VERSION = "0.12.14"
1010

1111
setup_params = dict(
1212
name="CacheControl",

0 commit comments

Comments
 (0)