diff --git a/README.md b/README.md index 437e4db..1add79a 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,9 @@ returns the user's profile information. No personal data is stored. ## PESUAuth LIVE Deployment +[![Production API version](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fpesu-auth.onrender.com%2Fopenapi.json&query=%24.info.version&label=production&color=blue&prefix=v&cacheSeconds=600)](https://pesu-auth.onrender.com/) +[![Staging API version](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fpesu-auth-dev.onrender.com%2Fopenapi.json&query=%24.info.version&label=staging&color=orange&prefix=v&cacheSeconds=600)](https://pesu-auth-dev.onrender.com/) + - You can access the PESUAuth API endpoints [here](https://pesu-auth.onrender.com/). - You can view the health status of the API on the health check pages for [production](https://xzlk85cp.status.cron-job.org) and [staging](https://6ns95sgb.status.cron-job.org). diff --git a/pyproject.toml b/pyproject.toml index ff63373..0296f02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pesu-auth" -version = "4.5.0" +version = "4.6.0" description = "A simple API to authenticate PESU credentials using PESU Academy." readme = "README.md" requires-python = ">=3.14" diff --git a/uv.lock b/uv.lock index e33e842..00403ab 100644 --- a/uv.lock +++ b/uv.lock @@ -630,7 +630,7 @@ wheels = [ [[package]] name = "pesu-auth" -version = "4.5.0" +version = "4.6.0" source = { editable = "." } dependencies = [ { name = "fastapi" },