Skip to content

Commit

Permalink
chore(main): release 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewthetechie committed May 13, 2024
1 parent 3ba6284 commit 5c5ccd7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog

## [1.4.1](https://github.com/andrewthetechie/pydantic-aioredis/compare/v1.4.0...v1.4.1) (2024-05-13)


### Dependencies

* bump fakeredis from 2.23.0 to 2.23.1 ([a2ee175](https://github.com/andrewthetechie/pydantic-aioredis/commit/a2ee175504d576efefaff70e89e5a7e033c21bdf))
* bump hypothesis from 6.100.5 to 6.100.6 ([9d2459e](https://github.com/andrewthetechie/pydantic-aioredis/commit/9d2459e1ea5ece392469a4e4c87a7ef597209430))
* bump hypothesis from 6.100.6 to 6.102.1 ([3ba6284](https://github.com/andrewthetechie/pydantic-aioredis/commit/3ba6284f26e24834598d5175a6db7e8131d6b92d))
* bump ruff from 0.4.3 to 0.4.4 ([1578bb5](https://github.com/andrewthetechie/pydantic-aioredis/commit/1578bb5cb383d3338aaf3ece7546ac60f54cac45))

## [1.4.0](https://github.com/andrewthetechie/pydantic-aioredis/compare/v1.3.1...v1.4.0) (2024-05-08)


Expand Down
2 changes: 1 addition & 1 deletion pydantic_aioredis/__init__.py
@@ -1,7 +1,7 @@
"""Entry point for pydantic-aioredis"""

# set by poetry-dynamic-versioning
__version__ = "1.4.0" # noqa: E402
__version__ = "1.4.1" # noqa: E402

from .config import RedisConfig # noqa: F401
from .model import Model # noqa: F401
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydantic-aioredis"
version = "1.4.0"
version = "1.4.1"
description = "Use your pydantic models as an ORM, storing data in Redis."
authors = ["Andrew Herrington <andrew.the.techie@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 5c5ccd7

Please sign in to comment.