Skip to content

Commit

Permalink
2.2.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 Apr 1, 2024
1 parent 6cb821b commit 2017963
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

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

## v2.2.0 (2024-04-01)
### Feature
* Note that this is now based on the R25 schema ([`6cb821b`](https://github.com/nigelm/broadworks_ocip/commit/6cb821b04974cbbb25f3700912b09baf2410e85a))

### Fix
* Quiet linter warnings ([`6c3f5ce`](https://github.com/nigelm/broadworks_ocip/commit/6c3f5ce2b1dba7852594682ceb966b2d79d8e69b))
* Ensure SearchCriteria are not seen as Requests ([`6a9c35e`](https://github.com/nigelm/broadworks_ocip/commit/6a9c35e590600f5fce73f19faa4f3bc53fa2f331))

### Documentation
* Update README for recent changes ([`7cb3354`](https://github.com/nigelm/broadworks_ocip/commit/7cb335431a625bf5b15c464b1d66253dc9127411))
* Mention the Null object - its important ([`2f1e047`](https://github.com/nigelm/broadworks_ocip/commit/2f1e0478c159eadff9d201477e722b5f1dd01017))

## v2.1.2 (2023-03-20)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

## Current Version

Version: `2.1.2`
Version: `2.2.0`

This is based on Broadworks schema R25 - the available methods will have changed based on that.

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

__author__ = """Nigel Metheringham"""
__email__ = "[email protected]"
__version__ = "2.1.2"
__version__ = "2.2.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.1.2"
version = "2.2.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 2017963

Please sign in to comment.