Skip to content

Commit

Permalink
Bump version to 2.1.1rc3 and update changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Moshe Shahar committed Jan 25, 2021
1 parent ebba1fb commit ffa8675
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# Changelog

## 2.1.1
- Remove support for Python 3.5.
- In v1 schema, allow creating manifests without the `priority` field.
- Changes to the `manifest-dev-tool`:
- Fix usage of https://api.us-east-1.mbedcloud.com as default Pelion Device Management API URL.
- Changes to the `manifest-dev-tool update` command:
- Add `--use-short-url` option. Using this option decreases manifest size.
**Note:** The device must be configured to use CoAP.
- Add `--gw-preset` option, which enables presetting an access key in a `.pelion-dev-presets.yaml` file in the home directory.
- Print campaign summary on tool exit.
- Upload FW images smaller than 100MB with the `/v3/firmware-images` API
- Upload firmware images smaller than 100MB with the `/v3/firmware-images` API.
- Improve the tool help and the `README.md`.

## 2.1.0
Expand Down
2 changes: 1 addition & 1 deletion manifesttool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# limitations under the License.
# ----------------------------------------------------------------------------

__version__ = "2.1.1rc2"
__version__ = "2.1.1rc3"
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ skip_install=True
deps =
# FIXME - use '{envpython} setup.py --fullname'
setenv =
SDIST_TAR_NAME = manifest-tool-2.1.1rc2.tar.gz
SDIST_TAR_NAME = manifest-tool-2.1.1rc3.tar.gz
commands =
{envpython} setup.py egg_info
{envpython} setup.py sdist
Expand Down

0 comments on commit ffa8675

Please sign in to comment.