Skip to content

Commit

Permalink
0.6.2
Browse files Browse the repository at this point in the history
0.6.2 [skip ci]
  • Loading branch information
actions-user authored and github-actions committed Apr 21, 2023
1 parent 165b50b commit 3e56c3e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.6.2 (2023-04-21)
### Fix
* Return proper columns from an empty Demographic DataFrame ([#37](https://github.com/LazerLab/twitter-panel-api/issues/37)) ([`165b50b`](https://github.com/LazerLab/twitter-panel-api/commit/165b50b241d30717638eb8761d5119db1e23da54))

## v0.6.1 (2023-04-20)
### Fix
* Standardize list output for empty timeslice ([#36](https://github.com/LazerLab/twitter-panel-api/issues/36)) ([`2995d1b`](https://github.com/LazerLab/twitter-panel-api/commit/2995d1b4541913affedb24bbb4f816cdd534b871))
Expand Down
2 changes: 1 addition & 1 deletion panel_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from .endpoints import public_api

__version__ = "0.6.1"
__version__ = "0.6.2"

default_settings = {
"MIN_DISPLAYED_USERS": 10,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "panel_api"
version = "0.6.1"
version = "0.6.2"
readme = "README.md"

[tool.setuptools.packages.find]
Expand Down

0 comments on commit 3e56c3e

Please sign in to comment.