From aa3366b7805bbe4d1afee890bda81b6d91bd47be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 9 Jul 2019 10:53:55 +0200 Subject: Blender ID: updated to 2.0.0 No functional changes, just a version bump from 1.9.999 to 2.0.0. --- blender_id/CHANGELOG.md | 4 ++-- blender_id/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/blender_id/CHANGELOG.md b/blender_id/CHANGELOG.md index 40b44e0b..24fd4527 100644 --- a/blender_id/CHANGELOG.md +++ b/blender_id/CHANGELOG.md @@ -1,6 +1,6 @@ # Blender ID Add-on Changelog -# Version 2.0 (in development) +# Version 2.0 (released 2019-07-09) - Require Blender 2.80+. - Use the new URL https://id.blender.org/ for communication with Blender ID. @@ -8,7 +8,7 @@ is not logged in. - Log which Blender ID instance is communicated with. - Show which Blender ID instance is communicated with in the addon preferences, - if it was overridden by setting the BLENDER_ID_ENDPOINT environment variable. + if it was overridden by setting the `BLENDER_ID_ENDPOINT` environment variable. - Automatically retry failed connections to Blender ID for more stability. - Include Blender and add-on version in User-Agent header when communicating with Blender ID. diff --git a/blender_id/__init__.py b/blender_id/__init__.py index b2e54212..c39e03fe 100644 --- a/blender_id/__init__.py +++ b/blender_id/__init__.py @@ -23,7 +23,7 @@ bl_info = { 'name': 'Blender ID authentication', 'author': 'Sybren A. Stüvel, Francesco Siddi, and Inês Almeida', - 'version': (1, 9, 999), + 'version': (2, 0, 0), 'blender': (2, 80, 0), 'location': 'Add-on preferences', 'description': -- cgit v1.2.3