We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e366abe + 8ebfbd6 commit dbeaf2eCopy full SHA for dbeaf2e
CHANGELOG.md
@@ -1,9 +1,11 @@
1
lambda-uploader CHANGELOG
2
=========================
3
4
-1.2.1
+1.3.0
5
-----
6
-- Fix bad release version in pypi
+- Add support for Python3 Virtual Environments
7
+- Fix copy source path
8
+- Allow specification of runtime in configuration file
9
10
1.2.0
11
lambda_uploader/__init__.py
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
15
__title__ = 'lambda_uploader'
16
-__version__ = '1.2.1'
+__version__ = '1.3.0'
17
__license__ = 'Apache 2.0'
18
__copyright__ = 'Copyright Rackspace US, Inc. 2015-2016'
19
__url__ = 'https://github.com/rackerlabs/lambda-uploader'
0 commit comments