Skip to content

Commit

Permalink
Merge pull request #52 from IGNF/feature/update_version_2_2_0
Browse files Browse the repository at this point in the history
feat(changelog): update version to 2.2.0 and add changelog
  • Loading branch information
jmkerloch committed Apr 7, 2023
2 parents c649668 + 2d44a97 commit 7ded3e6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

## 2.2.0

FIX:
- pas d'exception si certains attributs non nécessaire ne sont pas présent dans le .json pour la création de configuration road2
- suppression d'attribut 'name' dans la configuration d'exemple

ADD:
- ajout d'un json-schema pour le fichier cost_calculations

## 2.1.0

FIX:
Expand Down
2 changes: 1 addition & 1 deletion r2gg/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
__uri_tracker__ = f"{__uri_repository__}issues/"
__uri__ = __uri_repository__

__version__ = "2.1.0"
__version__ = "2.2.0"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num
Expand Down

0 comments on commit 7ded3e6

Please sign in to comment.