diff --git a/CHANGELOG.md b/CHANGELOG.md index d70b9761..6e4739ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,16 +5,6 @@ All notable changes to Tailbone will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## v0.23.0 (2025-10-19) - -### Feat - -- require latest rattail; drop passlib dependency - -### Fix - -- depend on latest rattail - ## v0.22.11 (2025-09-20) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 2b367c99..df4af257 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" [project] name = "Tailbone" -version = "0.23.0" +version = "0.22.11" description = "Backoffice Web Application for Rattail" readme = "README.md" authors = [{name = "Lance Edgar", email = "lance@edbob.org"}] @@ -43,6 +43,7 @@ dependencies = [ "openpyxl", "paginate", "paginate_sqlalchemy", + "passlib", "Pillow", "pyramid>=2", "pyramid_beaker", @@ -52,7 +53,7 @@ dependencies = [ "pyramid_mako", "pyramid_retry", "pyramid_tm", - "rattail[db,bouncer]>=0.21.0", + "rattail[db,bouncer]>=0.20.6", "sa-filters", "simplejson", "transaction",