Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8e5447b

Browse files
authored
Merge pull request #41 from sopherapps/release/v0.7.0
Bump to v0.7.0
2 parents ffeeaa3 + 1fc974c commit 8e5447b

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10-
### Added
10+
## [0.7.0] - 2024-07-20
1111

12-
### Changed
12+
### Added
1313

1414
- Added support for dictionaries of nested models
1515
- Added support for deeply nested models beyond level-1 deep including:
1616
- dictionaries of lists of ... of nested models
1717
- lists of tuples of lists .... of nested models
1818

19+
### Changed
20+
1921
### Fixed
2022

2123
- Fixed `AttributeError: 'get_primary_key_field'` when None is passed to a field with an optional nested model

pydantic_redis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717

1818
__all__ = ["Store", "RedisConfig", "Model", "asyncio"]
1919

20-
__version__ = "0.6.0"
20+
__version__ = "0.7.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# This call to setup() does all the work
1212
setup(
1313
name="pydantic-redis",
14-
version="0.6.0",
14+
version="0.7.0",
1515
description="This package provides a simple ORM for redis using pydantic-like models.",
1616
long_description=README,
1717
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)