Skip to content

Commit

Permalink
Bump version: 1.4.23 → 1.4.24
Browse files Browse the repository at this point in the history
  • Loading branch information
avalon60 committed Jan 25, 2025
1 parent d956ffc commit 87dfd88
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.4.23
current_version = 1.4.24
commit = True
tag = True

Expand All @@ -14,4 +14,3 @@ replace = version = "{new_version}"
[bumpversion:file:src/controller/ora_tapi.py]
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"

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.23
Version 1.4.24

- [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.23"
version = "1.4.24"
description = "Oracle Table API Generator Application"
authors = [ {name = "Clive Bostock"} ]
dependencies = [
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.23"
__version__ = "1.4.24"
import copy
import time

Expand Down

0 comments on commit 87dfd88

Please sign in to comment.