diff --git a/CHANGELOG.md b/CHANGELOG.md index b8afb34..28f708d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Notable changes to this project are documented in this file. -# Unreleased +# 1.3.0 ## Fixed - PRJ-572: Handle ConnectionError exception diff --git a/projector_installer/version.py b/projector_installer/version.py index c9f67d7..8d18237 100644 --- a/projector_installer/version.py +++ b/projector_installer/version.py @@ -5,4 +5,4 @@ """projector-installer version""" -__version__: str = '1.2.1' +__version__: str = '1.3.0' diff --git a/setup.py b/setup.py index 8a3b51b..d43fdfc 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.2.1/projector-server-v1.2.1.zip' + 'download/v1.3.0/projector-server-v1.3.0.zip' def download_server(to_dir: str) -> None: