Skip to content

Commit 6dcecc7

Browse files
bump: version 0.4.0 → 0.4.1
1 parent a2a673a commit 6dcecc7

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
## v0.4.0 (2024-03-09)
29

310
### Feat

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ccxt_download"
7-
version = "0.4.0"
7+
version = "0.4.1"
88
authors = [
99
{ name="Kieran Mackle", email="[email protected]" },
1010
]
@@ -35,7 +35,7 @@ dev = [
3535

3636
[tool.commitizen]
3737
name = "cz_conventional_commits"
38-
version = "0.4.0"
38+
version = "0.4.1"
3939
tag_format = "v$version"
4040
version_provider = "pep621"
4141
version_files = [

0 commit comments

Comments
 (0)