From 0437bd94cea995bd8c584527be5877cbb3e0d3c5 Mon Sep 17 00:00:00 2001 From: avalon60 Date: Thu, 9 Jan 2025 19:29:26 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.3.5=20=E2=86=92=201.3.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- README.md | 2 +- pyproject.toml | 2 +- resources/config/samples/OraTAPI.ini.sample | 2 +- src/controller/ora_tapi.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b050d44..2032154 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.5 +current_version = 1.3.6 commit = True tag = True diff --git a/README.md b/README.md index 0f3ba86..62aadf7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # OraTAPI - Oracle Table API Generator -Version 1.3.5 +Version 1.3.6 - [OraTAPI - Oracle Table API Generator](#oratapi---oracle-table-api-generator) - [About OraTAPI](#about-oratapi) diff --git a/pyproject.toml b/pyproject.toml index b855b90..ea6ba21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "OraTAPI" -version = "1.3.5" +version = "1.3.6" description = "Oracle Table API Generator Application" authors = [ {name = "Clive Bostock"} ] dependencies = [ diff --git a/resources/config/samples/OraTAPI.ini.sample b/resources/config/samples/OraTAPI.ini.sample index ebc3b24..a9974c6 100644 --- a/resources/config/samples/OraTAPI.ini.sample +++ b/resources/config/samples/OraTAPI.ini.sample @@ -1,5 +1,5 @@ [OraTAPI] -version = 1.3.5 +version = 1.3.6 [project] default_app_name = Human Resources diff --git a/src/controller/ora_tapi.py b/src/controller/ora_tapi.py index f72564b..1895283 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.3.5" +__version__ = "1.3.6" import copy import time