Skip to content

Commit

Permalink
Merge pull request #32 from jurismarches/ms-moldova-fr
Browse files Browse the repository at this point in the history
Detection for "moldavie" as "MD" in French
  • Loading branch information
mounasb authored Aug 26, 2024
2 parents 6f4f96d + 0d57447 commit c64ba41
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

- Detection for "moldavie" as "MD" in French.

## [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 c64ba41

Please sign in to comment.