Skip to content

Commit

Permalink
Add additional change to docs + bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
parafoxia committed Nov 15, 2023
1 parent 478d485 commit 689778c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion analytix/__init__.py
Expand Up @@ -39,7 +39,7 @@
)

__productname__ = "analytix"
__version__ = "5.0.0rc2"
__version__ = "5.0.0rc3"
__description__ = "A simple yet powerful SDK for the YouTube Analytics API."
__url__ = "https://github.com/parafoxia/analytix"
__docs__ = "https://parafoxia.github.io/analytix"
Expand Down
2 changes: 2 additions & 0 deletions analytix/reports/interfaces.py
Expand Up @@ -568,6 +568,7 @@ def to_feather(
* This will no longer overwrite existing files by default
* You can now pass additional keyword arguments to be passed
to the `pf.write_feather` function
* This no longer returns a PyArrow table
??? example
```py
Expand Down Expand Up @@ -625,6 +626,7 @@ def to_parquet(
* This will no longer overwrite existing files by default
* You can now pass additional keyword arguments to be passed
to the `pq.write_table` function
* This no longer returns a PyArrow table
??? example
```py
Expand Down

0 comments on commit 689778c

Please sign in to comment.