Skip to content

Commit 9d5c1f5

Browse files
committed
Bump version: 0.12.5 → 0.12.6
1 parent 073b78e commit 9d5c1f5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.12.5
2+
current_version = 0.12.6
33
files = setup.py cachecontrol/__init__.py docs/conf.py
44
commit = True
55
tag = True

cachecontrol/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"""
55
__author__ = "Eric Larson"
66
__email__ = "[email protected]"
7-
__version__ = "0.12.5"
7+
__version__ = "0.12.6"
88

99
from .wrapper import CacheControl
1010
from .adapter import CacheControlAdapter

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = "0.12.5"
51+
version = "0.12.6"
5252
# The full version, including alpha/beta/rc tags.
53-
release = "0.12.5"
53+
release = "0.12.6"
5454

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
long_description = open("README.rst").read()
44

5-
VERSION = "0.12.5"
5+
VERSION = "0.12.6"
66

77
setup_params = dict(
88
name="CacheControl",

0 commit comments

Comments
 (0)