Skip to content

Commit 299736e

Browse files
committed
Bump version: 1.2.0 → 1.2.1
1 parent 243d619 commit 299736e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
year = '2014-2015'
2525
author = 'Ionel Cristian Mărieș'
2626
copyright = '{0}, {1}'.format(year, author)
27-
version = release = '1.2.0'
27+
version = release = '1.2.1'
2828
import sphinx_py3doc_enhanced_theme
2929
html_theme = "sphinx_py3doc_enhanced_theme"
3030
html_theme_path = [sphinx_py3doc_enhanced_theme.get_html_theme_path()]

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.2.0
2+
current_version = 1.2.1
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def _unavailable(self, e):
6161

6262
setup(
6363
name='lazy-object-proxy',
64-
version='1.2.0',
64+
version='1.2.1',
6565
license='BSD',
6666
description='A fast and thorough lazy object proxy.',
6767
long_description='%s\n%s' % (read('README.rst'), re.sub(':[a-z]+:`~?(.*?)`', r'``\1``', read('CHANGELOG.rst'))),

src/lazy_object_proxy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.2.0"
1+
__version__ = "1.2.1"
22

33
__all__ = "Proxy",
44

0 commit comments

Comments
 (0)