From a0369421385e138f8baca4bffe1e1688669e5529 Mon Sep 17 00:00:00 2001 From: Amin Alaee Date: Fri, 17 Sep 2021 10:53:46 +0430 Subject: [PATCH] Update README (#109) --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 940b63e..a78a393 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ MySQL, and SQLite. ORM is built with: Because ORM is built on SQLAlchemy core, you can use Alembic to provide database migrations. -**ORM is still under development: We recommend pinning any dependencies with `orm~=0.1`** +**ORM is still under development: We recommend pinning any dependencies with `orm~=0.2`** --- diff --git a/docs/index.md b/docs/index.md index b19cbac..ca84bf6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -22,7 +22,7 @@ MySQL, and SQLite. ORM is built with: Because ORM is built on SQLAlchemy core, you can use Alembic to provide database migrations. -**ORM is still under development: We recommend pinning any dependencies with `orm~=0.1`** +**ORM is still under development: We recommend pinning any dependencies with `orm~=0.2`** ---