Skip to content

Commit

Permalink
Released v0.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelsof committed Jul 23, 2023
1 parent 0568317 commit 69bf1b0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ Changelog
=========


0.1.1 (2023-07-23)
------------------

- First working version.


0.1.0 (2023-07-21)
-----------

Expand Down
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
project = "Kabelwerk's SDK for Python"
copyright = '2023, Kabelwerk'
author = 'Kabelwerk'
release = '0.1.0'

release = '0.1.1'
version = '0.1.1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion kabelwerk/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .exceptions import *


__version__ = '0.1.0'
__version__ = '0.1.1'
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ authors = [
license = {file = "LICENSE"}

classifiers = [
"Development Status :: 1 - Planning",
"Development Status :: 2 - Pre-Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
Expand Down Expand Up @@ -43,6 +43,7 @@ dev = [
[project.urls]
Home = "https://kabelwerk.io"
Changelog = "https://github.com/kabelwerk/sdk-python/blob/master/CHANGELOG.rst"
Documentation = "https://docs.kabelwerk.io/python/"
Source = "https://github.com/kabelwerk/sdk-python"
Tracker = "https://github.com/kabelwerk/sdk-python/issues"

Expand Down

0 comments on commit 69bf1b0

Please sign in to comment.