From 5be222d0c49ca4d827210bc4279af5df858c2676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Avil=C3=A9s?= Date: Tue, 9 Apr 2024 21:45:09 +0300 Subject: [PATCH] Prepare alpha release v0.1.0 --- CHANGELOG.md | 2 +- README.md | 6 ------ pyproject.toml | 2 +- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 062ffc4..a1ed544 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog -## v0.1.0 (unreleased) +## v0.1.0 - Initial release diff --git a/README.md b/README.md index b360eb8..89ef559 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,6 @@ This provider gives access to group information and members via Keycloak REST AP pip install flask-multipass-keycloak ``` -> [!IMPORTANT] -> While the package remains unpublished on PyPI, please install it with the following command: -> ``` -> pip install git+https://github.com/unconventionaldotdev/flask-multipass-keycloak.git -> ``` - ## Usage ### Configuration diff --git a/pyproject.toml b/pyproject.toml index f3b26b6..039e49b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ maintainers = [ "Adrian Moennich " ] classifiers = [ - "Development Status :: 2 - Pre-Alpha", + "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Flask", ]