Skip to content

Commit

Permalink
Fix Moldova's name in French (Moldavie)
Browse files Browse the repository at this point in the history
  • Loading branch information
mounasebti committed Aug 23, 2024
1 parent 6f4f96d commit cc594ca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [5.2.2] - 2024-08-23

- Fix Moldova's name in French (Moldavie).

## [5.2.1] - 2024-05-02

- "Southern Africa" no longer matches South Africa.
Expand Down
2 changes: 1 addition & 1 deletion geoconvert/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__author__ = "Octopusmind <[email protected]>"
__version__ = "5.2.1"
__version__ = "5.2.2"
1 change: 1 addition & 0 deletions geoconvert/data/countries.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@
"mayotte": "YT",
"mexique": "MX",
"micronesie": "FM",
"moldavie": "MD",
"moldova": "MD",
"monaco": "MC",
"mongolia": "MN",
Expand Down

0 comments on commit cc594ca

Please sign in to comment.