From d5ff81f120a945052bd40a657939d30624f17d43 Mon Sep 17 00:00:00 2001 From: "nomios-bot[bot]" <175431501+nomios-bot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 09:00:49 +0000 Subject: [PATCH] chore(develop): release 0.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- pytest_netconf/version.py | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..a915e8c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6825f7f..c2d400a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.1.1](https://github.com/nomios-opensource/pytest-netconf/compare/v0.1.0...v0.1.1) (2024-10-15) + + +### Bug Fixes + +* update dependencies ([03857e0](https://github.com/nomios-opensource/pytest-netconf/commit/03857e0542e329464698fdf6c8caa88175f2f48e)) + + +### Documentation + +* add installation instructions ([12ae0c9](https://github.com/nomios-opensource/pytest-netconf/commit/12ae0c92ed8fd56af8d6802754fb1efa51b6f9be)) + ## 0.1.0 (2024-08-08) diff --git a/pyproject.toml b/pyproject.toml index 9e30685..50d6438 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pytest-netconf" -version = "0.1.0" +version = "0.1.1" description = "A pytest plugin that provides a mock NETCONF (RFC6241/RFC6242) server for local testing." authors = ["Adam Kirchberger "] license = "Apache License 2.0" diff --git a/pytest_netconf/version.py b/pytest_netconf/version.py index 4e073ec..ebb65a8 100644 --- a/pytest_netconf/version.py +++ b/pytest_netconf/version.py @@ -14,4 +14,4 @@ limitations under the License. """ -__version__ = "0.1.0" +__version__ = "0.1.1"