Skip to content

Commit

Permalink
🔖 Release version 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Aug 31, 2020
1 parent 21ce1e2 commit cef5a6b
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.6

* Add support for SQLAlchemy extended types like [sqlalchemy-utc: UtcDateTime](https://github.com/spoqa/sqlalchemy-utc). PR [#9](https://github.com/tiangolo/pydantic-sqlalchemy/pull/9).

### 0.0.5
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.5"
version = "0.0.6"
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 cef5a6b

Please sign in to comment.