Updated version and CHANGELOG.

This commit is contained in:
Fabio Caccamo 2019-06-18 11:46:51 +02:00
parent e5649439e6
commit 73f0cf5721
2 changed files with 5 additions and 1 deletions

View File

@ -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/), 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). 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 ## [0.4.0](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.3.2) - 2019-06-17
- Added `clean` method. - Added `clean` method.
- Added `get_email` method. - Added `get_email` method.

View File

@ -6,5 +6,5 @@ __description__ = 'The Python dictionary for humans dealing with evil/complex da
__email__ = 'fabio.caccamo@gmail.com' __email__ = 'fabio.caccamo@gmail.com'
__license__ = 'MIT' __license__ = 'MIT'
__title__ = 'benedict' __title__ = 'benedict'
__version__ = '0.4.0' __version__ = '0.4.1'