Skip to content

Commit f917417

Browse files
committed
Update CHANGELOG and version.
1 parent eb04722 commit f917417

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
@@ -5,6 +5,10 @@ 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

77

8+
## [0.26.0](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.26.0) - 2022-10-09
9+
- Add `xls` files (`.xlsx`, `.xlsm`, `.xls`) support (read-only). #70 (#122)
10+
- Drop `Python 3.6` support. (#123)
11+
812
## [0.25.4](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.25.4) - 2022-09-06
913
- Fix `toml` encoding circular reference error. #110
1014

benedict/metadata.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
__copyright__ = "Copyright (c) 2019-present - Fabio Caccamo"
55
__description__ = (
66
"python-benedict is a dict subclass with keylist/keypath support, normalized I/O"
7-
" operations (base64, csv, ini, json, pickle, plist, query-string, toml, xml, yaml)"
7+
" operations (base64, csv, ini, json, pickle, plist, query-string, toml, xls, xml, yaml)"
88
" and many utilities... for humans, obviously."
99
)
1010
__email__ = "fabio.caccamo@gmail.com"
1111
__license__ = "MIT"
1212
__title__ = "benedict"
13-
__version__ = "0.25.4"
13+
__version__ = "0.26.0"

0 commit comments

Comments
 (0)