Bumped version to 3.6-alpha3

This commit is contained in:
Sybren A. Stüvel 2024-06-27 09:58:55 +02:00
parent a00c1daac6
commit 6fb8ab92e2
7 changed files with 7 additions and 7 deletions

@ -4,7 +4,7 @@ PKG := projects.blender.org/studio/flamenco
# To update the version number in all the relevant places, update the VERSION
# variable below and run `make update-version`.
VERSION := 3.6-alpha2
VERSION := 3.6-alpha3
# "alpha", "beta", or "release".
RELEASE_CYCLE := alpha

@ -12,7 +12,7 @@ bl_info = {
"doc_url": "https://flamenco.blender.org/",
"category": "System",
"support": "COMMUNITY",
"warning": "This is version 3.6-alpha2 of the add-on, which is not a stable release",
"warning": "This is version 3.6-alpha3 of the add-on, which is not a stable release",
}
from pathlib import Path

@ -10,7 +10,7 @@
"""
__version__ = "3.6-alpha2"
__version__ = "3.6-alpha3"
# import ApiClient
from flamenco.manager.api_client import ApiClient

@ -76,7 +76,7 @@ class ApiClient(object):
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'Flamenco/3.6-alpha2 (Blender add-on)'
self.user_agent = 'Flamenco/3.6-alpha3 (Blender add-on)'
def __enter__(self):
return self

@ -404,7 +404,7 @@ conf = flamenco.manager.Configuration(
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 1.0.0\n"\
"SDK Package Version: 3.6-alpha2".\
"SDK Package Version: 3.6-alpha3".\
format(env=sys.platform, pyversion=sys.version)
def get_host_settings(self):

@ -4,7 +4,7 @@ Render Farm manager API
The `flamenco.manager` package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
- API version: 1.0.0
- Package version: 3.6-alpha2
- Package version: 3.6-alpha3
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
For more information, please visit [https://flamenco.blender.org/](https://flamenco.blender.org/)

@ -55,7 +55,7 @@ class ApiClient {
* @default {}
*/
this.defaultHeaders = {
'User-Agent': 'Flamenco/3.6-alpha2 / webbrowser'
'User-Agent': 'Flamenco/3.6-alpha3 / webbrowser'
};
/**