Skip to content

Commit d7543cc

Browse files
committed
VER: Release 0.20.0
1 parent bae24dc commit d7543cc

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Changelog
22

3-
## 0.19.2 - TBD
3+
## 0.20.0 - 2023-09-21
44

55
#### Enhancements
66
- Added `ARCX.PILLAR.ARCX` publisher
77
- Added `map_symbols` option for `batch.submit_job(...)`, default `False`. When `True` this appends a requested symbol field to each record (available for CSV and JSON text encodings)
8+
- Upgraded `databento-dbn` to 0.10.2
89

910
#### Bug fixes
1011
- Fixed an issue where no disconnection exception were raised when iterating the `Live` client

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The library is fully compatible with the latest distribution of Anaconda 3.8 and
3232
The minimum dependencies as found in the `pyproject.toml` are also listed below:
3333
- python = "^3.8"
3434
- aiohttp = "^3.8.3"
35-
- databento-dbn = "0.8.3"
35+
- databento-dbn = "0.10.2"
3636
- numpy= ">=1.23.5"
3737
- pandas = ">=1.5.3"
3838
- requests = ">=2.24.0"

databento/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.19.1"
1+
__version__ = "0.20.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repository = "https://github.com/databento/databento-python"
2626
[tool.poetry.dependencies]
2727
python = "^3.8"
2828
aiohttp = "^3.8.3"
29-
databento-dbn = "0.8.3"
29+
databento-dbn = "0.10.2"
3030
numpy= ">=1.23.5"
3131
pandas = ">=1.5.3"
3232
requests = ">=2.24.0"

0 commit comments

Comments
 (0)