Skip to content

Commit

Permalink
Update version number and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivia-Box-Power committed Dec 3, 2024
1 parent 862ada9 commit 91064db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# Fingertips_py V 0.4.1
* Function get_data_in_tuple has been removed.
* Fixed bug in get_metadata when indicator_ids and profile_ids provided.
* Fixed bug which prevented get_data_by_indicator_ids, get_all_data_for_profile
and get_all_data_for_indicators running.

# Fingertips_py V 0.4.0
* Added pyproject.toml
2 changes: 1 addition & 1 deletion src/fingertips_py/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

__version__ = '0.4.0'
__version__ = '0.4.1'

from fingertips_py.api_calls import get_json, make_request
from fingertips_py.retrieve_data import get_all_data_for_profile, get_all_data_for_indicators, get_data_by_indicator_ids, \
Expand Down

0 comments on commit 91064db

Please sign in to comment.