Skip to content
This repository was archived by the owner on Jun 21, 2025. It is now read-only.

Commit c9bc315

Browse files
chore(main): release 1.3.1 (#858)
1 parent 9c02fc8 commit c9bc315

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.3.1](https://github.com/andrewthetechie/pydantic-aioredis/compare/v1.3.0...v1.3.1) (2024-05-05)
4+
5+
6+
### Dependencies
7+
8+
* bump anyio from 3.7.1 to 4.3.0 ([#855](https://github.com/andrewthetechie/pydantic-aioredis/issues/855)) ([9581b6e](https://github.com/andrewthetechie/pydantic-aioredis/commit/9581b6e5787d4a1218dc59447158010ba21d8d8e))
9+
310
## [1.3.0](https://github.com/andrewthetechie/pydantic-aioredis/compare/v1.2.3...v1.3.0) (2024-05-05)
411

512

pydantic_aioredis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Entry point for pydantic-aioredis"""
22

33
# set by poetry-dynamic-versioning
4-
__version__ = "1.3.0" # noqa: E402
4+
__version__ = "1.3.1" # noqa: E402
55

66
from .config import RedisConfig # noqa: F401
77
from .model import Model # noqa: F401

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pydantic-aioredis"
3-
version = "1.3.0"
3+
version = "1.3.1"
44
description = "Use your pydantic models as an ORM, storing data in Redis."
55
authors = ["Andrew Herrington <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)