Skip to content

Commit b0d3636

Browse files
committed
Release v3.0.0: regenerate at 3.0.0 with fastcomments-build-20260630 jar
Bump version to 3.0.0 and regenerate from the new generator fork release.
1 parent ee79960 commit b0d3636

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
44
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

66
- API version: 0.0.0
7-
- Package version: 2.0.1
7+
- Package version: 3.0.0
88
- Generator version: 7.23.0-SNAPSHOT
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010

client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
""" # noqa: E501
1515

1616

17-
__version__ = "2.0.1"
17+
__version__ = "3.0.0"
1818

1919
# Define package exports
2020
__all__ = [

client/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def __init__(
9191
self.default_headers[header_name] = header_value
9292
self.cookie = cookie
9393
# Set default User-Agent.
94-
self.user_agent = 'OpenAPI-Generator/2.0.1/python'
94+
self.user_agent = 'OpenAPI-Generator/3.0.0/python'
9595
self.client_side_validation = configuration.client_side_validation
9696

9797
def __enter__(self):

client/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ def to_debug_report(self) -> str:
554554
"OS: {env}\n"\
555555
"Python Version: {pyversion}\n"\
556556
"Version of the API: 0.0.0\n"\
557-
"SDK Package Version: 2.0.1".\
557+
"SDK Package Version: 3.0.0".\
558558
format(env=sys.platform, pyversion=sys.version)
559559

560560
def get_host_settings(self) -> List[HostSetting]:

openapi-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"packageName": "client",
33
"projectName": "fastcomments",
4-
"packageVersion": "2.0.1",
4+
"packageVersion": "3.0.0",
55
"packageUrl": "https://github.com/fastcomments/fastcomments-python",
66
"authorName": "FastComments",
77
"authorEmail": "support@fastcomments.com",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "fastcomments"
7-
version = "2.0.1"
7+
version = "3.0.0"
88
description = "FastComments Python SDK - A SDK for interacting with the FastComments API"
99
readme = "README.md"
1010
license = "MIT"

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# FastComments openapi-generator build (fork). The stock generator ignores
44
# useSingleRequestParameter for python; this build wires it. Just a jar; downloaded on demand.
5-
JAR_URL="https://github.com/winrid/openapi-generator/releases/download/fastcomments-build-20260619/openapi-generator-cli.jar"
5+
JAR_URL="https://github.com/winrid/openapi-generator/releases/download/fastcomments-build-20260630/openapi-generator-cli.jar"
66
JAR_FILE="./openapi-generator-cli.jar"
77
[ -f "$JAR_FILE" ] || wget -q "$JAR_URL" -O "$JAR_FILE"
88

0 commit comments

Comments
 (0)