Skip to content

Commit 4541305

Browse files
committed
Updated version and CHANGELOG.
1 parent 4a646d2 commit 4541305

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.24.0](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.24.0) - 2021-05-04
8+
- Added `ini` format support. #36 #40
9+
- Added `python 3.9` to CI (tox, travis and GitHub actions).
10+
- Fixed `to_toml` circular reference error. #53
11+
- Updated `ftfy` requirement version depending on `python` version.
12+
- Updated (improved) `QueryStringSerializer` regex.
13+
714
## [0.23.2](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.23.2) - 2021-01-19
815
- Fixed `merge` method lists concat when merging nested dicts. #48
916
- Fixed `BaseDict` initialized with `BaseDict` subclass argument.

benedict/metadata.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
__author__ = 'Fabio Caccamo'
44
__copyright__ = 'Copyright (c) 2019-present - Fabio Caccamo'
5-
__description__ = 'python-benedict is a dict subclass with keylist/keypath support, I/O shortcuts (base64, csv, json, pickle, plist, query-string, toml, xml, yaml) and many utilities... for humans, obviously.'
5+
__description__ = 'python-benedict is a dict subclass with keylist/keypath support, normalized I/O operations (base64, csv, ini, json, pickle, plist, query-string, toml, xml, yaml) and many utilities... for humans, obviously.'
66
__email__ = 'fabio.caccamo@gmail.com'
77
__license__ = 'MIT'
88
__title__ = 'benedict'
9-
__version__ = '0.23.2'
9+
__version__ = '0.24.0'

0 commit comments

Comments
 (0)