We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e4c42b + d3acaf7 commit afabab1Copy full SHA for afabab1
CHANGELOG.md
@@ -1,6 +1,10 @@
1
lambda-uploader CHANGELOG
2
=========================
3
4
+1.3.1
5
+-----
6
+- Fix race condition during upload and publish
7
+
8
1.3.0
9
-----
10
- Add support for Python3 Virtual Environments
lambda_uploader/__init__.py
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
15
__title__ = 'lambda_uploader'
16
-__version__ = '1.3.0'
+__version__ = '1.3.1'
17
__license__ = 'Apache 2.0'
18
__copyright__ = 'Copyright Rackspace US, Inc. 2015-2016'
19
__url__ = 'https://github.com/rackerlabs/lambda-uploader'
0 commit comments