Skip to content

Commit

Permalink
chore(main): release 1.2.2 (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewthetechie authored Feb 10, 2023
1 parent 1bb8ff8 commit 2ddc408
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.2](https://github.com/andrewthetechie/pydantic-aioredis/compare/v1.2.1...v1.2.2) (2023-02-10)


### Documentation

* fix read the docs ([#457](https://github.com/andrewthetechie/pydantic-aioredis/issues/457)) ([1bb8ff8](https://github.com/andrewthetechie/pydantic-aioredis/commit/1bb8ff8a7f63b0d742a798fc902db8b6fd499561))

## [1.2.1](https://github.com/andrewthetechie/pydantic-aioredis/compare/v1.2.0...v1.2.1) (2023-01-21)


Expand Down
2 changes: 1 addition & 1 deletion pydantic_aioredis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Entry point for pydantic-aioredis"""
# set by poetry-dynamic-versioning
__version__ = "1.2.1" # noqa: E402
__version__ = "1.2.2" # 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.2.1"
version = "1.2.2"
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 2ddc408

Please sign in to comment.