Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2019-07-09 11:53:55 +0300
committerSybren A. Stüvel <sybren@stuvel.eu>2019-07-09 11:53:55 +0300
commitaa3366b7805bbe4d1afee890bda81b6d91bd47be (patch)
tree025809f2b8321caf4a9cad772b46eb2a222f255a
parente08d6983c05fde19b2cb21d1b01ea0939fc58b4f (diff)
Blender ID: updated to 2.0.0
No functional changes, just a version bump from 1.9.999 to 2.0.0.
-rw-r--r--blender_id/CHANGELOG.md4
-rw-r--r--blender_id/__init__.py2
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':