Skip to content

Commit 8b862f2

Browse files
committed
Merge branch 'Development' into node-groups
2 parents 5394d82 + f7e4c18 commit 8b862f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/BlenderMalt.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
[**BlenderMalt-Windows.zip**](https://github.com/${{github.repository}}/releases/download/${{env.BRANCH_NAME}}-latest/BlenderMalt-Windows.zip)
3434
[**BlenderMalt-Linux.zip**](https://github.com/${{github.repository}}/releases/download/${{env.BRANCH_NAME}}-latest/BlenderMalt-Linux.zip)
3535
36-
*(Requires Blender 3.6)*
36+
*(Requires Blender 4.0)*
3737
3838
- name: Rollback Tagged Release
3939
uses: author/action-rollback@stable
@@ -56,7 +56,7 @@ jobs:
5656
[**BlenderMalt-Windows.zip**](https://github.com/${{github.repository}}/releases/download/${{github.ref_name}}/BlenderMalt-Windows.zip)
5757
[**BlenderMalt-Linux.zip**](https://github.com/${{github.repository}}/releases/download/${{github.ref_name}}/BlenderMalt-Linux.zip)
5858
59-
*(Requires Blender 3.6)*
59+
*(Requires Blender 4.0)*
6060
6161
outputs:
6262
upload_url: ${{ steps.create_release.outputs.upload_url }}

BlenderMalt/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "BlenderMalt",
33
"description" : "Extensible Python Render Engine",
44
"author" : "Miguel Pozo",
5-
"version": (1,0,0,'Development'),
5+
"version": (1,0,0,'Release'),
66
"blender" : (4, 0, 0),
77
"doc_url": "https://malt3d.com",
88
"tracker_url": "https://github.com/bnpr/Malt/issues/new/choose",

0 commit comments

Comments
 (0)