[Bf-extensions-cvs] [6ee7383] master: translations addon: forgot to bump versions in previous commit.

Bastien Montagne noreply at git.blender.org
Sat Jun 13 11:45:43 CEST 2015


Commit: 6ee73835f0f448008ff69a2ac8eb0b6a20567c62
Author: Bastien Montagne
Date:   Sat Jun 13 11:45:15 2015 +0200
Branches: master
https://developer.blender.org/rBA6ee73835f0f448008ff69a2ac8eb0b6a20567c62

translations addon: forgot to bump versions in previous commit.

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

M	ui_translate/__init__.py

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

diff --git a/ui_translate/__init__.py b/ui_translate/__init__.py
index 41ca76e..2912ec3 100644
--- a/ui_translate/__init__.py
+++ b/ui_translate/__init__.py
@@ -21,8 +21,8 @@
 bl_info = {
     "name": "Manage UI translations",
     "author": "Bastien Montagne",
-    "version": (1, 1, 1),
-    "blender": (2, 66, 6),
+    "version": (1, 1, 2),
+    "blender": (2, 75, 0),
     "location": "Main \"File\" menu, text editor, any UI control",
     "description": "Allow to manage UI translations directly from Blender "
         "(update main po files, update scripts' translations, etc.)",



More information about the Bf-extensions-cvs mailing list