Skip to content

Commit

Permalink
Bump version and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrech committed Mar 3, 2023
1 parent 8112917 commit 6020d02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.rst
@@ -1,9 +1,13 @@
Changelog
---------

6.1.0 (unreleased)
6.1.0 (2023-03-03)
******************

Bug fixes:

- Serialize min/max values in ``field2range`` (:pr:`825`).

Other changes:

- Test against Python 3.11 (:pr:`809`).
Expand Down
2 changes: 1 addition & 1 deletion src/apispec/__init__.py
Expand Up @@ -3,5 +3,5 @@
from .core import APISpec
from .plugin import BasePlugin

__version__ = "6.0.2"
__version__ = "6.1.0"
__all__ = ["APISpec", "BasePlugin"]

0 comments on commit 6020d02

Please sign in to comment.