Skip to content

Commit afabab1

Browse files
authoredApr 16, 2022
Merge pull request #172 from rackerlabs/gdv/versionbump
Update CHANGELOG.md
2 parents 1e4c42b + d3acaf7 commit afabab1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎CHANGELOG.md

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

4+
1.3.1
5+
-----
6+
- Fix race condition during upload and publish
7+
48
1.3.0
59
-----
610
- Add support for Python3 Virtual Environments

‎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.3.0'
16+
__version__ = '1.3.1'
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)
Please sign in to comment.