We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd89cdd commit 5c29e96Copy full SHA for 5c29e96
.readthedocs.yaml
@@ -6,7 +6,7 @@ build:
6
python: "3.11"
7
jobs:
8
pre_build:
9
- - sphinx-apidoc -F -H "App Store Server Library" -A "Apple Inc." -V "0.2.0" -e -a -o _staging . tests setup.py
+ - sphinx-apidoc -F -H "App Store Server Library" -A "Apple Inc." -V "0.2.1" -e -a -o _staging . tests setup.py
10
11
sphinx:
12
configuration: _staging/conf.py
setup.py
@@ -9,7 +9,7 @@
setup(
name="app-store-server-library",
- version="0.2.0",
+ version="0.2.1",
13
description="The App Store Server Library",
14
long_description=long_description,
15
long_description_content_type="text/markdown",
0 commit comments