Skip to content

Commit

Permalink
Change v0.4.1 to v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinitto committed Dec 29, 2022
1 parent 3102294 commit 18ad16a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.4.1] - 2022-12-29
## [0.4.2] - 2022-12-29

### Added

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

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

## [0.4.1] - 2022-12-29

### Added

### Changed

### Fixed

## [0.4.0] - 2022-12-17

### Added
Expand Down
2 changes: 1 addition & 1 deletion pydantic_redis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

__all__ = [Store, RedisConfig, Model, asyncio]

__version__ = "0.4.1"
__version__ = "0.4.2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# This call to setup() does all the work
setup(
name="pydantic-redis",
version="0.4.1",
version="0.4.2",
description="This package provides a simple ORM for redis using pydantic-like models.",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 18ad16a

Please sign in to comment.