From fcafeb9466ef4f644343ec8956c260791b12e727 Mon Sep 17 00:00:00 2001 From: Berislav Lopac Date: Thu, 20 Apr 2023 16:00:36 +0100 Subject: [PATCH] version bump --- pyproject.toml | 2 +- release-notes/0.2.1.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 release-notes/0.2.1.md diff --git a/pyproject.toml b/pyproject.toml index 3c9f400..5acb8a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "momoa" -version = "0.2.0" +version = "0.2.1" description = "A library for definition, validation and serialisation of Python objects based on JSONSchema specifications." readme = "README.md" license = {text = "MIT"} diff --git a/release-notes/0.2.1.md b/release-notes/0.2.1.md new file mode 100644 index 0000000..36c703a --- /dev/null +++ b/release-notes/0.2.1.md @@ -0,0 +1,3 @@ +* add test for UUID format +* update ruff configuration +* add python 3.11 to CI