From 73f0cf57219c8abd10984e01e597699839413939 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Tue, 18 Jun 2019 11:46:51 +0200 Subject: [PATCH] Updated version and CHANGELOG. --- CHANGELOG.md | 4 ++++ benedict/metadata.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e94f1ed..9af74fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.4.1](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.3.2) - 2019-06-18 +- Fixed `get_phonenumber` not working with numbers without country prefix. +- Renamed `country` arg to `country_code` in `get_phonenumber` method. + ## [0.4.0](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.3.2) - 2019-06-17 - Added `clean` method. - Added `get_email` method. diff --git a/benedict/metadata.py b/benedict/metadata.py index 9ac5d26..26b054d 100644 --- a/benedict/metadata.py +++ b/benedict/metadata.py @@ -6,5 +6,5 @@ __description__ = 'The Python dictionary for humans dealing with evil/complex da __email__ = 'fabio.caccamo@gmail.com' __license__ = 'MIT' __title__ = 'benedict' -__version__ = '0.4.0' +__version__ = '0.4.1'