File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 99project = "somerandomapi.py"
1010copyright = "2023-2025, Soheab_"
1111author = "Soheab_"
12- release = "0.1.0 "
12+ release = "0.1.1 "
1313
1414# -- General configuration ---------------------------------------------------
1515# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ Changelog
88This page keeps a detailed, human-friendly rendering of what's new and changed
99in specific versions.
1010
11+ v0.1.1
12+ -------
13+
14+ Just for PyPi because v0.1.0 already uploaded to PyPi but something went wrong with it.
15+
1116v0.1.0
1217-------
1318
Original file line number Diff line number Diff line change 99from .errors import *
1010from .models import *
1111
12- __version__ = "0.2.0a "
12+ __version__ = "0.1.1 "
1313__author__ = "Soheab"
1414__license__ = "MPL-2.0"
You can’t perform that action at this time.
0 commit comments