From cc594ca874eec183656206450481d3cff8abebeb Mon Sep 17 00:00:00 2001 From: mounasebti Date: Fri, 23 Aug 2024 13:03:46 +0200 Subject: [PATCH] Fix Moldova's name in French (Moldavie) --- CHANGELOG.md | 4 ++++ geoconvert/__init__.py | 2 +- geoconvert/data/countries.py | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9192071..081404b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/geoconvert/__init__.py b/geoconvert/__init__.py index c371f69..e1f8021 100644 --- a/geoconvert/__init__.py +++ b/geoconvert/__init__.py @@ -1,2 +1,2 @@ __author__ = "Octopusmind " -__version__ = "5.2.1" +__version__ = "5.2.2" diff --git a/geoconvert/data/countries.py b/geoconvert/data/countries.py index 29aa0a8..096acf2 100644 --- a/geoconvert/data/countries.py +++ b/geoconvert/data/countries.py @@ -206,6 +206,7 @@ "mayotte": "YT", "mexique": "MX", "micronesie": "FM", + "moldavie": "MD", "moldova": "MD", "monaco": "MC", "mongolia": "MN",