Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
jjeff07 committed Feb 16, 2022
2 parents 59b4870 + ad9482a commit d35ad5f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## v0.8.1 (2022-02-10)
### Fix
* Added poetry extras to run examples. ([`f89d6f9`](https://github.com/community-fabric/python-ipfabric/commit/f89d6f9ad5cc39fb8bc5b7f95949f7a8d8bfcc67))
* Config is now using Serial Number as unique identifier not hostname ([`fd18a7d`](https://github.com/community-fabric/python-ipfabric/commit/fd18a7d7c6b821620d606aef61af5d5c029ad4dc))
* Update readme ([`b8bac4e`](https://github.com/community-fabric/python-ipfabric/commit/b8bac4e99f2537ee87fd03b50dac163fa2cc667c))
* Remove v4.3 diagrams and added back examples ([`76f0952`](https://github.com/community-fabric/python-ipfabric/commit/76f095202fc749fbce6f26a6a9d39ef5dd9c5394))

### Documentation
* Added examples for Intent Reporting ([`8f425d3`](https://github.com/community-fabric/python-ipfabric/commit/8f425d330c53d995be3e93fc360a842fae785525))

## v0.8.0 (2022-02-08)
### Feature
* Remove Python 3.6 ([`1d8e6ea`](https://github.com/community-fabric/python-ipfabric/commit/1d8e6ea192d23397ca08bd9b0303e8f6a0923039))
Expand Down
2 changes: 1 addition & 1 deletion ipfabric/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@

__all__ = [IPFClient]

__version__ = "0.8.0"
__version__ = "0.8.1"
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 = "ipfabric"
version = "0.8.0"
version = "0.8.1"
description = "Python package for interacting with IP Fabric"
authors = [
"Justin Jeffery <justin.jeffery@ipfabric.io>",
Expand Down

0 comments on commit d35ad5f

Please sign in to comment.