[Bf-extensions-cvs] [aa3366b7] master: Blender ID: updated to 2.0.0

Sybren A. Stüvel noreply at git.blender.org
Tue Jul 9 10:54:00 CEST 2019


Commit: aa3366b7805bbe4d1afee890bda81b6d91bd47be
Author: Sybren A. Stüvel
Date:   Tue Jul 9 10:53:55 2019 +0200
Branches: master
https://developer.blender.org/rBAaa3366b7805bbe4d1afee890bda81b6d91bd47be

Blender ID: updated to 2.0.0

No functional changes, just a version bump from 1.9.999 to 2.0.0.

===================================================================

M	blender_id/CHANGELOG.md
M	blender_id/__init__.py

===================================================================

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':



More information about the Bf-extensions-cvs mailing list