Skip to content

Commit ae93313

Browse files
committed
Version bump and changelogs for 0.1.2
1 parent cb90c86 commit ae93313

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = "somerandomapi.py"
1010
copyright = "2023-2025, Soheab_"
1111
author = "Soheab_"
12-
release = "0.2.0a"
12+
release = "0.1.2"
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

docs/whats_new.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,24 @@ Changelog
88
This page keeps a detailed, human-friendly rendering of what's new and changed
99
in specific versions.
1010

11+
v0.1.2
12+
-------
13+
14+
- Hotfix for Python 3.14 compatibility. The wrapper now supports Python 3.11 to 3.14.
15+
- Other Miscellaneous fixes and improvements internally. For example, the type
16+
checking implementation was improved to handle more edge cases and be less error-prone.
17+
- Improve error messages for some exceptions, like missing keyword arguments or passing
18+
positional arguments when only keyword arguments are accepted.
19+
20+
**Full Changelog**: `GitHub Diff <https://github.com/Soheab/somerandomapi.py/compare/0.1.1...0.1.2>`_
1121

1222
v0.1.1
1323
-------
1424

1525
Just for PyPi because v0.1.0 already uploaded to PyPi but something went wrong with it.
1626

27+
**Full Changelog**: `GitHub Diff <https://github.com/Soheab/somerandomapi.py/compare/0.1.0...0.1.1>`_
28+
1729
v0.1.0
1830
-------
1931

somerandomapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
from .errors import *
1010
from .models import *
1111

12-
__version__ = "0.2.0a"
12+
__version__ = "0.1.2"
1313
__author__ = "Soheab"
1414
__license__ = "MPL-2.0"

0 commit comments

Comments
 (0)