Skip to content

Commit d7ab6e9

Browse files
author
selliott
committed
Bump version: 3.1.1 → 3.1.2
1 parent 7b4df46 commit d7ab6e9

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

aws_lambda/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# flake8: noqa
33
__author__ = 'Nick Ficano'
44
__email__ = '[email protected]'
5-
__version__ = '3.1.1'
5+
__version__ = '3.1.2'
66

77
from .aws_lambda import deploy, deploy_s3, invoke, init, build, upload, cleanup_old_versions
88

setup.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[bumpversion]
22
commit = True
33
tag = True
4-
current_version = 3.1.1
4+
current_version = 3.1.2
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
6-
serialize =
6+
serialize =
77
{major}.{minor}.{patch}
88

99
[bumpversion:file:setup.py]
@@ -15,3 +15,4 @@ universal = 1
1515

1616
[flake8]
1717
exclude = docs
18+

setup.py

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

2727
setup(
2828
name='python-lambda',
29-
version='3.1.1',
29+
version='3.1.2',
3030
description='The bare minimum for a Python app running on Amazon Lambda.',
3131
long_description=readme,
3232
author='Nick Ficano',

0 commit comments

Comments
 (0)