prepare version 5.4.1
2 files changed, 13 insertions(+), 2 deletions(-)

M CHANGELOG.md
M setup.cfg
M CHANGELOG.md +5 -0
@@ 4,6 4,11 @@ All notable changes to this project will
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
+## [5.4.1] 2023-01-04
+### FIXED
+- python 3.10 comptability.
+
+
 ## [5.4.0] 2021-12-19
 ### ADDED
 - Users can force the split orientation for the TREE and PATCH panes.

          
M setup.cfg +8 -2
@@ 1,11 1,11 @@ 
 [metadata]
 name = lairucrem
 description = A simple and powerful text-based interactive user interface for Mercurial
-version = 5.4.0
+version = 5.4.1
 author = Alain Leufroy
 author_email = Alain Leufroy <alain.leufroy@gmail.com>
 url = http://hg.sr.ht/~alainl/lairucrem
-download_url = https://hg.sr.ht/~alainl/lairucrem/archive/5.4.0.tar.gz
+download_url = https://hg.sr.ht/~alainl/lairucrem/archive/5.4.1.tar.gz
 keywords = dvcs, mercurial, UI, interactive, console
 license = WTFPL, version 2
 classifiers = Environment :: Console :: Curses

          
@@ 13,6 13,12 @@ classifiers = Environment :: Console :: 
               Topic :: Software Development :: Version Control
               Topic :: Software Development :: User Interfaces
               Topic :: Utilities
+              Programming Language :: Python :: 3.6
+              Programming Language :: Python :: 3.7
+              Programming Language :: Python :: 3.8
+              Programming Language :: Python :: 3.9
+              Programming Language :: Python :: 3.10
+              Programming Language :: Python :: 3.10
 long-description = file: README