From 43988e48a772b2ff5dd78e45e623db1da6ade0f2 Mon Sep 17 00:00:00 2001 From: Doctor Date: Tue, 24 Sep 2024 09:23:37 +0300 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.8.0=20=E2=86=92=201.8.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- passlib/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/passlib/__init__.py b/passlib/__init__.py index 4c3c06d9..a1ee8ef6 100644 --- a/passlib/__init__.py +++ b/passlib/__init__.py @@ -1,3 +1,3 @@ """passlib - suite of password hashing & generation routines""" -__version__ = "1.8.0" +__version__ = "1.8.1" diff --git a/pyproject.toml b/pyproject.toml index d8fd60cd..24c3f087 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "libpass" -version = "1.8.0" +version = "1.8.1" description = "Fork of passlib, a comprehensive password hashing framework supporting over 30 schemes" authors = [ { name = "Eli Collins", email = "elic@assurancetechnologies.com" }, @@ -191,7 +191,7 @@ ignore = [ [tool.commitizen] name = "cz_conventional_commits" -version = "1.8.0" +version = "1.8.1" tag_format = "$version" version_files = [ "passlib/__init__.py",