Skip to content

Commit 451d1a7

Browse files
chore: release 2.1.0
1 parent a347422 commit 451d1a7

File tree

7 files changed

+21
-7
lines changed

7 files changed

+21
-7
lines changed

.github/RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Mon Jan 5 08:24:23 UTC 2026
1+
Mon Jan 12 08:24:03 UTC 2026

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [2.1.0](https://github.com/gopad/gopad-python/compare/v2.0.3...v2.1.0) (2026-01-12)
4+
5+
### Dependencies
6+
7+
* **minor:** update dependency build to v1.4.0 ([#159](https://github.com/gopad/gopad-python/issues/159)) ([a347422](https://github.com/gopad/gopad-python/commit/a3474225e51e136069468d0e1ec16b542c38ce85))
8+
* **patch:** update dependency urllib3 to v2.6.3 ([#158](https://github.com/gopad/gopad-python/issues/158)) ([a9e1a02](https://github.com/gopad/gopad-python/commit/a9e1a0265054df5949ebfcacbd6871c0fddff630))
9+
10+
### Miscellaneous
11+
12+
* **flake:** updated lockfile [skip ci] ([e54cd9d](https://github.com/gopad/gopad-python/commit/e54cd9dee961ea855a346434b7f483a773a1020f))
13+
* **flake:** updated lockfile [skip ci] ([f853abe](https://github.com/gopad/gopad-python/commit/f853abe2e94492aed2f3fbe13ddd0b76c4ac3763))
14+
* **flake:** updated lockfile [skip ci] ([af2ad29](https://github.com/gopad/gopad-python/commit/af2ad290bf838d783b55cbf18d8bc7328968fb3a))
15+
* **flake:** updated lockfile [skip ci] ([fc7b1c1](https://github.com/gopad/gopad-python/commit/fc7b1c1b572a1844404d194795d9a10186573186))
16+
317
## [2.0.3](https://github.com/gopad/gopad-python/compare/v2.0.2...v2.0.3) (2025-12-15)
418

519

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This repository provides a client SDK for Python. This SDK is automatically
66
generated by the [OpenAPI Generator][generator] project:
77

88
- API version: 1.0.0-alpha1
9-
- Package version: 2.0.3
9+
- Package version: 2.1.0
1010
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1111

1212
For more information, please visit [https://gopad.eu](https://gopad.eu)
@@ -22,7 +22,7 @@ execute the following command within your project directory, after that you can
2222
import it as other libraries:
2323

2424
```console
25-
pip install gopad@2.0.3
25+
pip install gopad@2.1.0
2626
```
2727

2828
## Tests

gopad/__init__.py

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

1717

18-
__version__ = "2.0.3"
18+
__version__ = "2.1.0"
1919

2020
# Define package exports
2121
__all__ = [

gopad/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ def to_debug_report(self) -> str:
568568
"OS: {env}\n"\
569569
"Python Version: {pyversion}\n"\
570570
"Version of the API: 1.0.0-alpha1\n"\
571-
"SDK Package Version: 2.0.3".\
571+
"SDK Package Version: 2.1.0".\
572572
format(env=sys.platform, pyversion=sys.version)
573573

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

openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
library: urllib3
33
packageName: gopad
44
packageUrl: https://github.com/gopad/gopad-python
5-
packageVersion: 2.0.3
5+
packageVersion: 2.1.0
66
projectName: gopad
77

88
...

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gopad"
3-
version = "2.0.3"
3+
version = "2.1.0"
44
description = "Gopad OpenAPI"
55

66
classifiers = [

0 commit comments

Comments
 (0)