Skip to content

Commit eec7bbd

Browse files
committed
🔖 Release 0.0.8.post1 after fixing publishing CI
1 parent 66841d7 commit eec7bbd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ def test_pydantic_sqlalchemy():
108108

109109
### Latest Changes
110110

111+
### 0.0.8.post1
112+
111113
* 💚 Fix setting up Poetry for GitHub Action Publish. PR [#23](https://github.com/tiangolo/pydantic-sqlalchemy/pull/23) by [@tiangolo](https://github.com/tiangolo).
112114
### 0.0.8
113115

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pydantic-sqlalchemy"
3-
version = "0.0.8"
3+
version = "0.0.8.post1"
44
description = "Tools to convert SQLAlchemy models to Pydantic models"
55
authors = ["Sebastián Ramírez <tiangolo@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)