Skip to content

Commit

Permalink
Released v0.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelsof committed Aug 12, 2023
1 parent e1159ff commit a799466
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Changelog
=========

0.1.2 (2023-08-12)
------------------

- Added the |DoesNotExist|_ exception.
- HTTP requests are now sent with User-Agent specifying the SDK version.

.. |DoesNotExist| replace:: ``DoesNotExist``
.. _DoesNotExist: https://docs.kabelwerk.io/python/exceptions.html#kabelwerk.exceptions.DoesNotExist


0.1.1 (2023-07-23)
------------------
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
copyright = '2023, Kabelwerk'
author = 'Kabelwerk'

release = '0.1.1'
version = '0.1.1'
release = '0.1.2'
version = '0.1.2'


# -- 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.1'
__version__ = '0.1.2'
2 changes: 1 addition & 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 :: 2 - Pre-Alpha",
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit a799466

Please sign in to comment.