Skip to content

Commit 18ad16a

Browse files
committed
Change v0.4.1 to v0.4.2
1 parent 3102294 commit 18ad16a

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10-
## [0.4.1] - 2022-12-29
10+
## [0.4.2] - 2022-12-29
1111

1212
### Added
1313

@@ -17,6 +17,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1717

1818
- Fixed unexpected data error when selecting some columns for some records
1919

20+
## [0.4.1] - 2022-12-29
21+
22+
### Added
23+
24+
### Changed
25+
26+
### Fixed
27+
2028
## [0.4.0] - 2022-12-17
2129

2230
### Added

pydantic_redis/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

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

8-
__version__ = "0.4.1"
8+
__version__ = "0.4.2"

setup.py

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