Skip to content

Commit 6ea6411

Browse files
committed
Bump to v0.6.0
1 parent 3d7d960 commit 6ea6411

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.6.0] - 2024-07-01
11+
1012
### Added
1113

1214
### Changed

pydantic_redis/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717

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

20-
__version__ = "0.5.0"
20+
__version__ = "0.6.0"

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