File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1+ # Change Log
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6+ and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.1.6] - 2022-11-01
11+
12+ ### Added
13+
14+ - Support for model properties that are lists of nested models
15+
16+ ### Changed
17+
18+ ### Fixed
Original file line number Diff line number Diff line change 44from .model import Model
55from .store import Store
66
7- __version__ = "0.1.5 "
7+ __version__ = "0.1.6 "
Original file line number Diff line number Diff line change 1111# This call to setup() does all the work
1212setup (
1313 name = "pydantic-redis" ,
14- version = "0.1.5 " ,
14+ version = "0.1.6 " ,
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" ,
You can’t perform that action at this time.
0 commit comments