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

Commit

Permalink
0.7.6
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user authored and github-actions committed Feb 2, 2022
1 parent 1ec5f22 commit 1a71c2f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## v0.7.6 (2022-02-02)
### Fix
* Slack ([`988399a`](https://github.com/community-fabric/python-ipfabric/commit/988399a1444dce714be4affd509f8c398e200325))

## v0.7.5 (2022-02-02)
### Fix
* Slack ([`8cbc250`](https://github.com/community-fabric/python-ipfabric/commit/8cbc2502cd1c9ac3be8c1345414260e1ba80b677))
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.7.5"
__version__ = "0.7.6"
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.7.5"
version = "0.7.6"
description = "Python package for interacting with IP Fabric"
authors = [
"Justin Jeffery <justin.jeffery@ipfabric.io>",
Expand Down

0 comments on commit 1a71c2f

Please sign in to comment.