Skip to content

Commit c633193

Browse files
committed
Release 0.14
Also note that we do not need to pin this to a Datasette alpha Refs #75, #76, #77
1 parent 7c19093 commit c633193

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "datasette-auth-github"
7-
version = "0.13.1"
7+
version = "0.14"
88
description = "Datasette plugin and ASGI middleware that authenticates users against GitHub"
99
readme = "README.md"
1010
authors = [{name = "Simon Willison"}]
1111
license = "Apache-2.0"
1212
requires-python = ">=3.10"
1313
dependencies = [
14-
"datasette>=1.0a14",
14+
"datasette"
1515
]
1616

1717
[project.urls]

0 commit comments

Comments
 (0)