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 Aug 5, 2024
1 parent f3bae97 commit 9dfdfc5
Show file tree
Hide file tree
Showing 4 changed files with 13 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"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.1.1](https://github.com/nomios-opensource/yapyang/compare/v0.1.0...v0.1.1) (2024-08-05)


### Documentation

* add mkdocs ([e886dd1](https://github.com/nomios-opensource/yapyang/commit/e886dd177a33eeed38501cf4b71996406c7936e7))
* add quick start to README.md ([37b0959](https://github.com/nomios-opensource/yapyang/commit/37b095938938c2f934e2566e990f7213b801a185))
* add shields to README.md ([5ba7700](https://github.com/nomios-opensource/yapyang/commit/5ba7700d8943adf97e9fdba76c18e884bc0275c3))
* format quick start code blocks ([f3bae97](https://github.com/nomios-opensource/yapyang/commit/f3bae97674ce3d02c0ea21a5c95f4f661cd7e12e))

## 0.1.0 (2024-07-26)


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 = "yapyang"
version = "0.1.0"
version = "0.1.1"
description = "An open source Python package that helps developers to translate YANG (RFC6020/RFC7950) data models to Python."
authors = ["a.faria <antonio.faria@nomios.co.uk>"]
license = "Apache License 2.0"
Expand Down
2 changes: 1 addition & 1 deletion yapyang/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 9dfdfc5

Please sign in to comment.