Skip to content

Commit b651b84

Browse files
authored
[PYPI-RELEASE] v0 7 3
464 release preparation v0 7 3
2 parents 49556cd + ec7022f commit b651b84

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
### v0.7.x
1+
### v0.7.3
22
- update: error handling for get devices list ([#451](https://github.com/RWTH-EBC/FiLiP/pull/451))
3+
- update: link FIWARE badges in README.md ([#463](https://github.com/RWTH-EBC/FiLiP/pull/463))
4+
- fix: falsy value handling on update_entity_attribute ([#454](https://github.com/RWTH-EBC/FiLiP/pull/454))
35
- add: warning if ``Orion`` version is not supported ([#200](https://github.com/RWTH-EBC/FiLiP/issues/200))
46
- add: support pagination for get_entity_list of NGSI-LD ([#456](https://github.com/RWTH-EBC/FiLiP/pull/457))
5-
- fix: added reference for filtering ([#455](https://github.com/RWTH-EBC/FiLiP/issues/455))
7+
- add: version checker for correct cb version ([#200](https://github.com/RWTH-EBC/FiLiP/pull/200))
8+
- add: pagination for get entity list in NGSI-LD client ([#457](https://github.com/RWTH-EBC/FiLiP/pull/457))
9+
- add: new example for uploading existing dataset ([#453](https://github.com/RWTH-EBC/FiLiP/pull/453))
610

711
### v0.7.2
812
- update: move rdflib requirement to ``semantics`` extras

filip/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
from filip.config import settings
66
from filip.clients.ngsi_v2 import HttpClient
77

8-
__version__ = "0.7.2"
8+
__version__ = "0.7.3"

0 commit comments

Comments
 (0)