Skip to content

Commit 8a8d0e1

Browse files
author
Eric Larson
committed
Bump version: 0.12.1 → 0.12.2
1 parent 69cf5bc commit 8a8d0e1

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.1
2+
current_version = 0.12.2
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.1'
7+
__version__ = '0.12.2'
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.1'
51+
version = '0.12.2'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.12.1'
53+
release = '0.12.2'
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.1'
5+
VERSION = '0.12.2'
66

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

0 commit comments

Comments
 (0)