Skip to content

Commit

Permalink
1.1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
SermetPekin committed May 23, 2024
1 parent 9b7966c commit 701e74f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ __pycache__/
*$py.class
.idea/
.eggs/
api_key*.*

#API KEY --------------------------------
APIKEY_FOLDER/
Expand Down
2 changes: 1 addition & 1 deletion evdspy/EVDSlocal/main_.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def initial_checks_after_first_run():
assert callable(get)
assert callable(menu)
# --------------------------------- M A I N ---------
do_start(register_actions())
# do_start(register_actions())
from evdspy.EVDSlocal.initial.load_commands_ import *
initial_checks_after_first_run()
# --------------------------------- / M A I N ---------
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[tool.poetry]
name = "evdspy"
version = "1.1.23"
version = "1.1.24"
description = "A versatile interface for the 'EDDS' (EVDS) API of the Central Bank of the Republic of Türkiye (https://evds2.tcmb.gov.tr/index.php?/evds/userDocs). This package allows users to easily access and manage economic data through a user-friendly menu function. It features a robust caching mechanism to enhance the efficiency of data requests by storing frequently accessed data for selected periods. Required API keys can be obtained by registering on the EVDS website."
authors = ["Sermet Pekin <sermet.pekin@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 701e74f

Please sign in to comment.