Skip to content

Commit 7d59d6c

Browse files
committed
fix README links and bump to a3 just to publish them :)
1 parent ac51dd2 commit 7d59d6c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
SQLAlchemy 2 Stubs
33
===================
44

5-
These are PEP-484 typing stubs for `SQLAlchemy <https://www.sqlalchemy.org>`
5+
These are PEP-484 typing stubs for `SQLAlchemy <https://www.sqlalchemy.org>`_
66
1.4 and 2.0. They are released concurrently along with
7-
a `Mypy extension <https://docs.sqlalchemy.org/en/14/orm/extensions/mypy.html>`
7+
a `Mypy extension <https://docs.sqlalchemy.org/en/14/orm/extensions/mypy.html>`_
88
which is designed to work with these stubs, which assists primarily in the
99
area of ORM mappings.
1010

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = sqlalchemy2-stubs
3-
version = 0.0.1a2
3+
version = 0.0.1a3
44
description = Typing Stubs for SQLAlchemy 1.4
55
long_description = file: README.rst
66
long_description_content_type = text/x-rst

0 commit comments

Comments
 (0)