diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5b7d493..70c68e3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.4.19 +current_version = 1.4.20 commit = True tag = True diff --git a/README.md b/README.md index 71fb7bc..04d8907 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # OraTAPI - Oracle Table API Generator -Version 1.4.19 +Version 1.4.20 - [OraTAPI - Oracle Table API Generator](#oratapi---oracle-table-api-generator) - [About OraTAPI](#about-oratapi) diff --git a/pyproject.toml b/pyproject.toml index eb44467..63249ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "OraTAPI" -version = "1.4.19" +version = "1.4.20" description = "Oracle Table API Generator Application" authors = [ {name = "Clive Bostock"} ] dependencies = [ diff --git a/src/controller/conn_mgr.py b/src/controller/conn_mgr.py index d8c007b..205ad76 100644 --- a/src/controller/conn_mgr.py +++ b/src/controller/conn_mgr.py @@ -1,7 +1,7 @@ __author__ = "Clive Bostock" __date__ = "2024-12-10" __description__ = "Command-line tool for managing database connection entries in a configuration file." -__version__ = "1.4.19" +__version__ = "1.4.20" import argparse import configparser from pathlib import Path diff --git a/src/controller/migrate_config.py b/src/controller/migrate_config.py index ed61b1d..647566f 100644 --- a/src/controller/migrate_config.py +++ b/src/controller/migrate_config.py @@ -7,7 +7,7 @@ __author__ = "Clive Bostock" __date__ = "2024-12-31" __description__ = "Script to migrate, export, or import configuration and template files for OraTAPI." -__version__ = "1.4.19" +__version__ = "1.4.20" import argparse import shutil diff --git a/src/controller/ora_tapi.py b/src/controller/ora_tapi.py index 52cee55..d68c561 100644 --- a/src/controller/ora_tapi.py +++ b/src/controller/ora_tapi.py @@ -1,7 +1,7 @@ __author__ = "Clive Bostock" __date__ = "2024-11-09" __description__ = "Main controller to parse command-line arguments and coordinate API generation flow." -__version__ = "1.4.19" +__version__ = "1.4.20" import copy import time diff --git a/src/controller/quick_config.py b/src/controller/quick_config.py index a15b8b1..d58bbdb 100644 --- a/src/controller/quick_config.py +++ b/src/controller/quick_config.py @@ -7,7 +7,7 @@ __author__ = "Clive Bostock" __date__ = "2024-12-31" __description__ = "Configuration bootstrap utility for OraTAPI" -__version__ = "1.4.19" +__version__ = "1.4.20" import argparse import shutil