Skip to content

Commit

Permalink
Release version 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jasujm committed Nov 18, 2023
1 parent 00bddef commit dfd69b9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Unreleased
----------
Version 0.12
------------

Date
2023-11-18

Added
* Support Python 3.12
Expand Down
2 changes: 1 addition & 1 deletion hrefs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Hyperlinks for pydantic models"""

__version__ = "0.11.1"
__version__ = "0.12"

from .href import Href, Referrable
from .model import BaseReferrableModel, PrimaryKey, HrefsConfigDict
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ classifiers = [
"Framework :: FastAPI",
"Framework :: Pydantic",
"Framework :: Pydantic :: 1",
"Framework :: Pydantic :: 2",
"Framework :: Hypothesis",
"Framework :: Pytest",
"Framework :: tox",
Expand All @@ -22,6 +23,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Internet",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Software Development",
Expand Down

0 comments on commit dfd69b9

Please sign in to comment.