This commit is contained in:
annatisch 2015-03-05 09:02:39 +13:00
Родитель b50f9e22df
Коммит 836f30af03
3 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -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.