File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.2.1] ( https://github.com/andrewthetechie/pydantic-aioredis/compare/v1.2.0...v1.2.1 ) (2023-01-21)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * fix json types ([ 38a2608] ( https://github.com/andrewthetechie/pydantic-aioredis/commit/38a26084c65c9f01319318fecc3bfcf43d03474d ) )
9
+ * poetry update ([ #431 ] ( https://github.com/andrewthetechie/pydantic-aioredis/issues/431 ) ) ([ 968282e] ( https://github.com/andrewthetechie/pydantic-aioredis/commit/968282e4c87ac324e2380853508a189d0fcfe39d ) )
10
+
3
11
## [ 1.2.0] ( https://github.com/andrewthetechie/pydantic-aioredis/compare/v1.1.1...v1.2.0 ) (2022-12-21)
4
12
5
13
Original file line number Diff line number Diff line change 1
1
"""Entry point for pydantic-aioredis"""
2
2
# set by poetry-dynamic-versioning
3
- __version__ = "1.2.0 " # noqa: E402
3
+ __version__ = "1.2.1 " # noqa: E402
4
4
5
5
from .config import RedisConfig # noqa: F401
6
6
from .model import Model # noqa: F401
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " pydantic-aioredis"
3
- version = " 1.2.0 "
3
+ version = " 1.2.1 "
4
4
description = " Use your pydantic models as an ORM, storing data in Redis."
5
5
authors = [
" Andrew Herrington <[email protected] >" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments