Skip to content

Commit

Permalink
Bump version: 1.3.5 → 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
avalon60 committed Jan 9, 2025
1 parent 4e35de5 commit 0437bd9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.3.5
current_version = 1.3.6
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.3.5
Version 1.3.6

- [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.3.5"
version = "1.3.6"
description = "Oracle Table API Generator Application"
authors = [ {name = "Clive Bostock"} ]
dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion resources/config/samples/OraTAPI.ini.sample
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[OraTAPI]
version = 1.3.5
version = 1.3.6

[project]
default_app_name = Human Resources
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.3.5"
__version__ = "1.3.6"
import copy
import time

Expand Down

0 comments on commit 0437bd9

Please sign in to comment.