From 6e3b48de07c2afd00aaaeef51072ee28c95283f1 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Fri, 10 Oct 2025 08:14:22 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.1.0a21=20=E2=86=92=200.1.0a?= =?UTF-8?q?22?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 5 +---- src/rougail/user_data_bitwarden/__version__.py | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c80c29c..e114d2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.1.0a22 (2025-10-10) + +### Feat + +- use user_datas to load datas + ## 0.1.0a21 (2025-06-20) ### Feat diff --git a/pyproject.toml b/pyproject.toml index aa3ef20..dda9504 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"] [project] name = "rougail.user_data_bitwarden" -version = "0.1.0a21" +version = "0.1.0a22" authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] readme = "README.md" description = "Rougail user_data Bitwarden" @@ -13,9 +13,6 @@ license = {file = "LICENSE"} classifiers = [ "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Programming Language :: Python", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", - "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", diff --git a/src/rougail/user_data_bitwarden/__version__.py b/src/rougail/user_data_bitwarden/__version__.py index 6453e0e..0c4cc39 100644 --- a/src/rougail/user_data_bitwarden/__version__.py +++ b/src/rougail/user_data_bitwarden/__version__.py @@ -1 +1 @@ -__version__ = "0.1.0a21" +__version__ = "0.1.0a22"