Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and github-actions committed Sep 17, 2022
1 parent e9c4c9f commit 8dab239
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

<!--next-version-placeholder-->

## v2.1.0 (2022-09-17)
### Feature
* Add Null value which stands in for a forced XML nil value ([`4701ec5`](https://github.com/nigelm/broadworks_ocip/commit/4701ec529b3ce35f183d41e30c3c9ab7bb90f701))
* Handle nested elements ([`2467b8f`](https://github.com/nigelm/broadworks_ocip/commit/2467b8fc5edd7c0550b68af94997b5225a1d4485))

### Fix
* Table decoder handles weird chars in column names ([`a8fe66b`](https://github.com/nigelm/broadworks_ocip/commit/a8fe66b791e90024e2d884c567985818ce2e96e3))
* Fully handle NULL and empty lists ([`2f5f590`](https://github.com/nigelm/broadworks_ocip/commit/2f5f5904c1d0339443491652ef6df9bc27720ff3))

## v2.0.4 (2022-06-21)
### Fix
* Make abstract types work now I have an example ([`5bff15c`](https://github.com/nigelm/broadworks_ocip/commit/5bff15c332f705c079944ff89e3e4125278289f5))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

## Current Version

Version: `2.0.4`
Version: `2.1.0`

----

Expand Down
2 changes: 1 addition & 1 deletion broadworks_ocip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@

__author__ = """Nigel Metheringham"""
__email__ = "[email protected]"
__version__ = "2.0.4"
__version__ = "2.1.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "broadworks_ocip"
version = "2.0.4"
version = "2.1.0"
description = "API interface to the OCI-P provisioning interface of a Broadworks softswitch"
authors = ["Nigel Metheringham <[email protected]>"]
license = "BSD"
Expand Down

0 comments on commit 8dab239

Please sign in to comment.