From 920eb948b621462f61c6621a039a965de43a3747 Mon Sep 17 00:00:00 2001 From: Steven Loria Date: Sun, 7 Jan 2024 17:57:24 -0500 Subject: [PATCH] Bump version, update changelog, and update LICENSE --- CHANGELOG.rst | 2 +- LICENSE | 2 +- src/webargs/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e46d7260..2aa0d518 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,7 @@ Changelog --------- -8.4.0 (Unreleased) +8.4.0 (2024-01-07) ****************** Features: diff --git a/LICENSE b/LICENSE index f79bc18f..2e4225a5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2014-2020 Steven Loria and contributors +Copyright 2014-2024 Steven Loria and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/webargs/__init__.py b/src/webargs/__init__.py index 1f6a5560..7c6a8466 100755 --- a/src/webargs/__init__.py +++ b/src/webargs/__init__.py @@ -9,7 +9,7 @@ from webargs.core import ValidationError from webargs import fields -__version__ = "8.3.0" +__version__ = "8.4.0" __parsed_version__ = Version(__version__) __version_info__: tuple[int, int, int] | tuple[ int, int, int, str, int