From acf076e3db8c081fd7c7636a6b8829dc6da1dea8 Mon Sep 17 00:00:00 2001 From: Michal Horejsek Date: Wed, 27 Nov 2024 21:46:48 +0100 Subject: [PATCH] v2.21.0 --- CHANGELOG.txt | 2 +- fastjsonschema/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e43dbb1..40f8b43 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,4 @@ -=== UNRELEASED +=== 2.21.0 (2024-11-27) * Updated test suite * Fixed detecting when infinity is reached with multipleOf diff --git a/fastjsonschema/version.py b/fastjsonschema/version.py index c29fac5..e6cdd92 100644 --- a/fastjsonschema/version.py +++ b/fastjsonschema/version.py @@ -1 +1 @@ -VERSION = '2.20.0' +VERSION = '2.21.0'