diff --git a/pyproject.toml b/pyproject.toml index ea3a722..ae2d12d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "momoa" -version = "0.1.1" +version = "0.1.2" description = "A library for definition, validation and serialisation of Python objects based on JSONSchema specifications." authors = ["Berislav Lopac "] license = "MIT" diff --git a/release-notes/0.1.2.md b/release-notes/0.1.2.md new file mode 100644 index 0000000..c1e20e1 --- /dev/null +++ b/release-notes/0.1.2.md @@ -0,0 +1,2 @@ +* many little meta-improvements +* no functional changes \ No newline at end of file