Skip to content

Commit 0282ddb

Browse files
committed
Updated version and CHANGELOG.
1 parent 0ca7599 commit 0282ddb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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.23.2](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.23.2) - 2021-01-19
8+
- Fixed `merge` method lists concat when merging nested dicts. #48
9+
- Fixed `BaseDict` initialized with `BaseDict` subclass argument.
10+
711
## [0.23.1](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.23.1) - 2021-01-14
812
- Fixed `get_int_list` with single value.
913

benedict/metadata.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# -*- coding: utf-8 -*-
22

33
__author__ = 'Fabio Caccamo'
4-
__copyright__ = 'Copyright (c) 2019-2020 Fabio Caccamo'
4+
__copyright__ = 'Copyright (c) 2019-present - Fabio Caccamo'
55
__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.'
66
__email__ = 'fabio.caccamo@gmail.com'
77
__license__ = 'MIT'
88
__title__ = 'benedict'
9-
__version__ = '0.23.1'
9+
__version__ = '0.23.2'

0 commit comments

Comments
 (0)