We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a673a commit 6dcecc7Copy full SHA for 6dcecc7
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## v0.4.1 (2024-11-01)
2
+
3
+### Fix
4
5
+- **utilities**: get_tickers filters tickers by pre-fetched symbols
6
+- **download**: prevent attempting to download into the future
7
8
## v0.4.0 (2024-03-09)
9
10
### Feat
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "ccxt_download"
-version = "0.4.0"
+version = "0.4.1"
authors = [
{ name="Kieran Mackle", email="[email protected]" },
]
@@ -35,7 +35,7 @@ dev = [
35
36
[tool.commitizen]
37
name = "cz_conventional_commits"
38
39
tag_format = "v$version"
40
version_provider = "pep621"
41
version_files = [
0 commit comments