Skip to content

Commit

Permalink
fix /nomenclatures/taxonomy
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoLechemia committed Jun 30, 2021
1 parent 94adc29 commit 8724060
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.8-dev
1.3.8
8 changes: 8 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
CHANGELOG
=========


1.3.8 (2021-06-30)
------------------

**🐛 Corrections**

* Correction sur la route `/nomenclatures/taxonomy`

1.3.7 (2021-06-03)
------------------

Expand Down
2 changes: 1 addition & 1 deletion src/pypnnomenclature/repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def get_nomenclature_with_taxonomy_list():

nomenclatures = list()

for n in t.nomenclatures:
for n in t.taxonomic_nomenclatures:
nomenclature_dict = n.as_dict(fields=[
"id_nomenclature",
"cd_nomenclature",
Expand Down

0 comments on commit 8724060

Please sign in to comment.