Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislas-Poisson committed May 29, 2018
1 parent 78e0800 commit 952255c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.3.1] - 2018-05-29
### Changed
- Fixing the typographic department of _Haute-Savoie_ missing the **e** for _Haute_

## [1.3.0] - 2018-04-21
### Added
Expand Down
2 changes: 1 addition & 1 deletion CSV/departments.csv
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
72;2;"71";"Saône-et-Loire";"saone-et-loire";"FR-71"
73;12;"72";"Sarthe";"sarthe";"FR-72"
74;1;"73";"Savoie";"savoie";"FR-73"
75;1;"74";"Haut-Savoie";"haut-savoie";"FR-74"
75;1;"74";"Haute-Savoie";"haute-savoie";"FR-74"
76;8;"75";"Paris";"paris";"FR-75"
77;9;"76";"Seine-Maritime";"seine-maritime";"FR-76"
78;8;"77";"Seine-et-Marne";"seine-et-marne";"FR-77"
Expand Down
2 changes: 1 addition & 1 deletion JSON/departments.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
{"id":72, "regions_id":2, "code":"71", "name":"Sa\u00f4ne-et-Loire", "slug":"saone-et-loire", "iso_code":"FR-71"},
{"id":73, "regions_id":12, "code":"72", "name":"Sarthe", "slug":"sarthe", "iso_code":"FR-72"},
{"id":74, "regions_id":1, "code":"73", "name":"Savoie", "slug":"savoie", "iso_code":"FR-73"},
{"id":75, "regions_id":1, "code":"74", "name":"Haut-Savoie", "slug":"haut-savoie", "iso_code":"FR-74"},
{"id":75, "regions_id":1, "code":"74", "name":"Haute-Savoie", "slug":"haute-savoie", "iso_code":"FR-74"},
{"id":76, "regions_id":8, "code":"75", "name":"Paris", "slug":"paris", "iso_code":"FR-75"},
{"id":77, "regions_id":9, "code":"76", "name":"Seine-Maritime", "slug":"seine-maritime", "iso_code":"FR-76"},
{"id":78, "regions_id":8, "code":"77", "name":"Seine-et-Marne", "slug":"seine-et-marne", "iso_code":"FR-77"},
Expand Down
2 changes: 1 addition & 1 deletion SQL/departments.sql
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ INSERT INTO `departments` VALUES
(72,2,'71','Saône-et-Loire','saone-et-loire','FR-71'),
(73,12,'72','Sarthe','sarthe','FR-72'),
(74,1,'73','Savoie','savoie','FR-73'),
(75,1,'74','Haut-Savoie','haut-savoie','FR-74'),
(75,1,'74','Haute-Savoie','haute-savoie','FR-74'),
(76,8,'75','Paris','paris','FR-75'),
(77,9,'76','Seine-Maritime','seine-maritime','FR-76'),
(78,8,'77','Seine-et-Marne','seine-et-marne','FR-77'),
Expand Down

0 comments on commit 952255c

Please sign in to comment.