Skip to content

Commit

Permalink
chore(develop): release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nomios-bot[bot] authored Oct 15, 2024
1 parent 03857e0 commit d5ff81f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.1.1"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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 = "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 <adam.kirchberger@nomios.co.uk>"]
license = "Apache License 2.0"
Expand Down
2 changes: 1 addition & 1 deletion pytest_netconf/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
limitations under the License.
"""

__version__ = "0.1.0"
__version__ = "0.1.1"

0 comments on commit d5ff81f

Please sign in to comment.