Skip to content

Commit 83bbc7a

Browse files
committed
Updated docs and changelog
1 parent 2a4ee31 commit 83bbc7a

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11

22
# Changelog
33

4-
## [0.2.0] -
4+
## [0.2.0] - 2023-07-22
55
- Date columns of some OData API endpoints are now formated in the returned Dataframe (Issue #3)
6+
- New methods ODataQuery.raw and ODataQuery.text
67

78
## [0.1.9] - 2023-06-26
89
- Created class bcb.ODataAPI to directly wrap OData APIs

bcb/odata/api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ class EndpointQuery(ODataQuery):
3434
}
3535
_DATE_COLUMN_NAMES = {
3636
"Data",
37-
"DataReferencia",
3837
"dataHoraCotacao",
3938
"InicioPeriodo",
4039
"FimPeriodo",
12.1 KB
Loading
332 Bytes
Loading

0 commit comments

Comments
 (0)