Skip to content

Commit dbeaf2e

Browse files
authored
Merge pull request #157 from rackerlabs/bump_version
Bumping version for new feature release
2 parents e366abe + 8ebfbd6 commit dbeaf2e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Diff for: CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
lambda-uploader CHANGELOG
22
=========================
33

4-
1.2.1
4+
1.3.0
55
-----
6-
- Fix bad release version in pypi
6+
- Add support for Python3 Virtual Environments
7+
- Fix copy source path
8+
- Allow specification of runtime in configuration file
79

810
1.2.0
911
-----

Diff for: lambda_uploader/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
__title__ = 'lambda_uploader'
16-
__version__ = '1.2.1'
16+
__version__ = '1.3.0'
1717
__license__ = 'Apache 2.0'
1818
__copyright__ = 'Copyright Rackspace US, Inc. 2015-2016'
1919
__url__ = 'https://github.com/rackerlabs/lambda-uploader'

0 commit comments

Comments
 (0)