Skip to content

Commit

Permalink
🔖 Release version 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed May 7, 2020
1 parent e267227 commit 7dcffda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ def test_pydantic_sqlalchemy():

### Latest Changes

### 0.0.4

* Do not include SQLAlchemy defaults in Pydantic models. PR [#4](https://github.com/tiangolo/pydantic-sqlalchemy/pull/4).

### 0.0.3
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydantic-sqlalchemy"
version = "0.0.3"
version = "0.0.4"
description = "Tools to convert SQLAlchemy models to Pydantic models"
authors = ["Sebastián Ramírez <tiangolo@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 7dcffda

Please sign in to comment.