Skip to content

Commit

Permalink
v1.1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
SermetPekin committed Apr 27, 2024
1 parent f465f9f commit 9b7966c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion evdspy/EVDSlocal/utils/utils_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
EVDS_API_KEY_ENV_NAME = "EVDS_API_KEY"
try:
import pytest
except ImportError:
except Exception:
pass


Expand Down
2 changes: 1 addition & 1 deletion evdspy/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#1.1.22
#1.1.23
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[tool.poetry]
name = "evdspy"
version = "1.1.22"
version = "1.1.23"
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 All @@ -28,11 +28,11 @@ pandas = "^1.5.0"
openpyxl = "^3.0.10"
rich = "^12.5.1"
requests = "^2.28.1"
pytest = "^7.0.0"
[tool.poetry.dev-dependencies]
pygments = "^2.6.0"
commonmark = "^0.9.0"
typing-extensions = { version = ">=4.0.0, <5.0", python = "<3.9" }
pytest = "^7.0.0"
black = "^22.6"
mypy = "^0.971"
pytest-cov = "^3.0.0"
Expand Down

0 comments on commit 9b7966c

Please sign in to comment.