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 dfb2fd4 commit 88fff1b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@



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

### Fix

* fix: Allow pydantic2 versions and version fix (#31)

* fix: allow newer pydantic versions

* chore: update gitignore

* ci: version bump fix ([`dfb2fd4`](https://github.com/adamkirchberger/nectl/commit/dfb2fd4d9e70681f535f74ac5ab66823b71dd568))


## v0.19.1 (2023-11-21)

### 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.1"
__version__ = "0.19.2"
__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.1"
version = "0.19.2"
description = "An end-to-end Python-based Infrastructure as Code framework for network automation and orchestration."
authors = ["Adam Kirchberger <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 88fff1b

Please sign in to comment.