Bumped version
This commit is contained in:
Родитель
b50f9e22df
Коммит
836f30af03
|
@ -29,7 +29,7 @@
|
|||
bl_info = {
|
||||
"name": "Batch Apps Blender",
|
||||
"author": "Microsoft Corp. <bigcompute@microsoft.com>",
|
||||
"version": (0, 1, 0),
|
||||
"version": (0, 1, 1),
|
||||
"blender": (2, 7, 2),
|
||||
"location": "Render Properties",
|
||||
"description": ("Export Blender files to be rendered externally by "
|
||||
|
|
|
@ -32,7 +32,7 @@ import subprocess
|
|||
import shutil
|
||||
import zipfile
|
||||
|
||||
VERSION = "0.1.0"
|
||||
VERSION = "0.1.1"
|
||||
|
||||
def main():
|
||||
"""Build Blender Addon package"""
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
v0.1.0, 2014-12-xx - Beta Release.
|
||||
v0.1.1, 2015-03-05 - Bug fix - logging directory failed to create
|
||||
v0.1.0, 2015-01-27 - Beta Release.
|
Загрузка…
Ссылка в новой задаче