Skip to content

Commit

Permalink
release v0.37.1 -> v0.37.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosschroh committed Mar 2, 2023
1 parent 2ca0d21 commit 00d73f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

## [0.37.2] - 2023-03-02

- Use `UUID` type instead of function `uuid4` on model generation (#251)

### Fixed

## [0.37.1] - 2023-02-24

- Use `pydantic UUID4` when generating pydantic models. (#247)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from setuptools import find_packages, setup

__version__ = "0.37.1"
__version__ = "0.37.2"


with open("README.md") as readme_file:
Expand Down

0 comments on commit 00d73f5

Please sign in to comment.