Skip to content

Commit

Permalink
Release version 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jasujm committed Sep 1, 2023
1 parent 6f002e6 commit b46651c
Show file tree
Hide file tree
Showing 2 changed files with 6 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.11.1
--------------

Date
2023-09-01

Changed
* Specify ``pydantic<2`` in requirements, since the library doesn't yet work
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"
__version__ = "0.11.1"

from .href import Href, Referrable
from .model import BaseReferrableModel, PrimaryKey
Expand Down

0 comments on commit b46651c

Please sign in to comment.