diff --git a/CHANGELOG.md b/CHANGELOG.md index 252cefc..b36b8b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Notable changes to this project are documented in this file. -# Unreleased +# 1.6.0 ## Added - better Toolbox-managed applications support in config add command @@ -15,6 +15,7 @@ Notable changes to this project are documented in this file. ## Changed - Self-signed certificate validity period restricted to 365 days to avoid NET::ERR_CERT_VALIDITY_TOO_LONG in Chrome +- updated projector-server version # 1.5.2 diff --git a/projector_installer/version.py b/projector_installer/version.py index 89cfb85..267306f 100644 --- a/projector_installer/version.py +++ b/projector_installer/version.py @@ -5,4 +5,4 @@ """projector-installer version""" -__version__: str = '1.5.2' +__version__: str = '1.6.0' diff --git a/setup.py b/setup.py index 709a548..f7da742 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def copy_license() -> None: server_dir = join(bundled_dir, SERVER_DIR) PROJECTOR_SERVER_URL: str = 'https://github.com/JetBrains/projector-server/releases/' \ - 'download/v1.5.0/projector-server-v1.5.0.zip' + 'download/v1.6.0/projector-server-v1.6.0.zip' def download_server(to_dir: str) -> None: