Skip to content

Commit

Permalink
Bump version: 1.4.19 → 1.4.20
Browse files Browse the repository at this point in the history
  • Loading branch information
avalon60 committed Jan 19, 2025
1 parent 85e890c commit a9bb294
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.4.19
current_version = 1.4.20
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion src/controller/conn_mgr.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/controller/migrate_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/controller/ora_tapi.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/controller/quick_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a9bb294

Please sign in to comment.