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 21, 2024
1 parent 976ca54 commit 6608493
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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


### 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 hypothesis from 6.102.1 to 6.102.4 ([0e6ebe0](https://github.com/andrewthetechie/pydantic-aioredis/commit/0e6ebe00f2089e20af52e42346aefc9be686d64d))
* bump pep8-naming from 0.13.3 to 0.14.1 ([b2ae1d3](https://github.com/andrewthetechie/pydantic-aioredis/commit/b2ae1d389ee9c496bad156d55d94805ad3021991))
* 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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 6608493

Please sign in to comment.