Skip to content

Commit d30d728

Browse files
committed
Merge branch 'hotfix-v0.3.0'
2 parents 194d911 + 517b04c commit d30d728

5 files changed

Lines changed: 5 additions & 4 deletions

File tree

bgesdk/management/commands/model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,7 @@ def _zip_codedir(self, home, ziph):
729729
ziph.write(filepath, zip_relpath)
730730
output('\t{}'.format(zip_relpath))
731731
for zip_relpath in sorted(minify_relpaths):
732+
filepath = total_files[zip_relpath]
732733
with open(filepath, 'r') as fp:
733734
content = fp.read()
734735
with tempfile.NamedTemporaryFile(mode='w') as temp_fp:

bgesdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#-*- coding: utf-8 -*-
22

3-
__version__ = '0.3.0'
3+
__version__ = '0.3.1'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bge-python-sdk",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"scripts": {
55
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
66
"init_changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = bge-python-sdk
3-
version = 0.3.0
3+
version = 0.3.1
44
description = 可用于调用 BGE 开放平台的相关接口。
55
long_description = file: README.md
66
long_description_content_type = text/markdown

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sonar.projectName=bge-python-sdk
2-
sonar.projectVersion=0.3.0
2+
sonar.projectVersion=0.3.1
33
sonar.host.url=https://sonarqube.omgut.com
44
sonar.projectKey=bge_bge-python-sdk_AX6jmT2y6I6LwTlVf_Z1
55
sonar.links.homepage=https://github.com/teambge/bge-python-sdk

0 commit comments

Comments
 (0)