File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ Changelog
33=========
44
55
6+ 0.1.1 (2023-07-23)
7+ ------------------
8+
9+ - First working version.
10+
11+
6120.1.0 (2023-07-21)
713-----------
814
Original file line number Diff line number Diff line change 1616project = "Kabelwerk's SDK for Python"
1717copyright = '2023, Kabelwerk'
1818author = 'Kabelwerk'
19- release = '0.1.0'
19+
20+ release = '0.1.1'
21+ version = '0.1.1'
2022
2123
2224# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11from .exceptions import *
22
33
4- __version__ = '0.1.0 '
4+ __version__ = '0.1.1 '
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ authors = [
1515license = {file = " LICENSE" }
1616
1717classifiers = [
18- " Development Status :: 1 - Planning " ,
18+ " Development Status :: 2 - Pre-Alpha " ,
1919 " Intended Audience :: Developers" ,
2020 " License :: OSI Approved :: MIT License" ,
2121 " Programming Language :: Python :: 3" ,
@@ -43,6 +43,7 @@ dev = [
4343[project .urls ]
4444Home = " https://kabelwerk.io"
4545Changelog = " https://github.com/kabelwerk/sdk-python/blob/master/CHANGELOG.rst"
46+ Documentation = " https://docs.kabelwerk.io/python/"
4647Source = " https://github.com/kabelwerk/sdk-python"
4748Tracker = " https://github.com/kabelwerk/sdk-python/issues"
4849
You can’t perform that action at this time.
0 commit comments