Skip to content

Commit 69bf1b0

Browse files
committed
Released v0.1.1.
1 parent 0568317 commit 69bf1b0

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
612
0.1.0 (2023-07-21)
713
-----------
814

docs/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
project = "Kabelwerk's SDK for Python"
1717
copyright = '2023, Kabelwerk'
1818
author = 'Kabelwerk'
19-
release = '0.1.0'
19+
20+
release = '0.1.1'
21+
version = '0.1.1'
2022

2123

2224
# -- General configuration ---------------------------------------------------

kabelwerk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .exceptions import *
22

33

4-
__version__ = '0.1.0'
4+
__version__ = '0.1.1'

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ authors = [
1515
license = {file = "LICENSE"}
1616

1717
classifiers = [
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]
4444
Home = "https://kabelwerk.io"
4545
Changelog = "https://github.com/kabelwerk/sdk-python/blob/master/CHANGELOG.rst"
46+
Documentation = "https://docs.kabelwerk.io/python/"
4647
Source = "https://github.com/kabelwerk/sdk-python"
4748
Tracker = "https://github.com/kabelwerk/sdk-python/issues"
4849

0 commit comments

Comments
 (0)