Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 920eb94

Browse files
committed
Bump version, update changelog, and update LICENSE
1 parent d80faff commit 920eb94

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
---------
33

4-
8.4.0 (Unreleased)
4+
8.4.0 (2024-01-07)
55
******************
66

77
Features:

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2014-2020 Steven Loria and contributors
1+
Copyright 2014-2024 Steven Loria and contributors
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

src/webargs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from webargs.core import ValidationError
1010
from webargs import fields
1111

12-
__version__ = "8.3.0"
12+
__version__ = "8.4.0"
1313
__parsed_version__ = Version(__version__)
1414
__version_info__: tuple[int, int, int] | tuple[
1515
int, int, int, str, int

0 commit comments

Comments
 (0)