Skip to content

Commit 3102294

Browse files
committed
Bump to v0.4.1
1 parent 59ccf40 commit 3102294

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.4.1] - 2022-12-29
11+
12+
### Added
13+
14+
### Changed
15+
16+
### Fixed
17+
18+
- Fixed unexpected data error when selecting some columns for some records
19+
1020
## [0.4.0] - 2022-12-17
1121

1222
### Added
@@ -17,6 +27,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1727

1828
- Changed redis index to use sorted sets instead of ordinary sets
1929

30+
### Fixed
31+
2032
## [0.3.0] - 2022-12-15
2133

2234
### Added

pydantic_redis/__init__.py

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

66
__all__ = [Store, RedisConfig, Model, asyncio]
77

8-
__version__ = "0.4.0"
8+
__version__ = "0.4.1"

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.4.0",
14+
version="0.4.1",
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)