New command for database version updates
Database updates can be run with `ahjo-upgrade` command. See more info in README.md.
Running Ahjo commands without config parameter
Ahjo config file parameter is no longer mandatory if the config path is defined in environment variable `AHJO_CONFIG_PATH`:
ahjo retrieves the configuration file path from environment variable
ahjo <action>
ahjo-upgrade
configuration file path is specified to <config_filename>
ahjo <action> <config_filename>
ahjo-upgrade <config_filename>
)
Skip Ahjo actions
Ahjo actions can be skipped with a new config parameter: `skipped_actions`. See more info in README.md.
Python 3.11
Added Python 3.11 to tox envlist. Currently Ahjo supports Python versions 3.7, 3.8, 3.9, 3.10 and 3.11.