Skip to content

Commit

Permalink
Automatically generated by python-semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 11, 2023
1 parent ac53ded commit 6f0ef4b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@



## v0.19.3 (2023-12-11)

### Ci

* ci: fix docker image p3.12 issue (#32)

* ci: pin docker py version due to napalm py3.12 issue

* ci: remove unnecessary dependency ([`737be8a`](https://github.com/adamkirchberger/nectl/commit/737be8a205eca6b0ea047a60d69cbb63e7312da1))

### Fix

* fix: update poetry (#33) ([`ac53ded`](https://github.com/adamkirchberger/nectl/commit/ac53dedbddc9166e35c2e56e108e28853345464d))


## v0.19.2 (2023-12-11)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion nectl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with Nectl. If not, see <http://www.gnu.org/licenses/>.

__version__ = "0.19.2"
__version__ = "0.19.3"
__all__ = ["Nectl", "actions", "get_render_facts", "BaseDriver", "Host"]

from .nectl import Nectl
Expand Down
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 = "nectl"
version = "0.19.2"
version = "0.19.3"
description = "An end-to-end Python-based Infrastructure as Code framework for network automation and orchestration."
authors = ["Adam Kirchberger <adamkirchberger@users.noreply.github.com>"]
readme = "README.md"
Expand Down

0 comments on commit 6f0ef4b

Please sign in to comment.