Skip to content

Commit 1135ed7

Browse files
author
Danny Tundwe (from Dev Box)
committed
Bump version to 1.0.0b2
1 parent cf553e6 commit 1135ed7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/edge-action/HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
Release History
44
===============
55

6+
1.0.0b2
7+
++++++
8+
* Fix 415 Unsupported Media Type error for `get-version-code` and `swap-default` POST operations by adding required Content-Type header and empty JSON body
9+
* Add `--output-directory` parameter to `get-version-code` command to decode and save version code as zip file
10+
611
1.0.0b1
712
++++++
813
* Initial release.

src/edge-action/setup.py

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

1111

1212
# HISTORY.rst entry.
13-
VERSION = '1.0.0b1'
13+
VERSION = '1.0.0b2'
1414

1515
# The full list of classifiers is available at
1616
# https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)