Skip to content

Commit

Permalink
Update CHANGELOG and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo committed Oct 9, 2022
1 parent eb04722 commit f917417
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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.26.0](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.26.0) - 2022-10-09
- Add `xls` files (`.xlsx`, `.xlsm`, `.xls`) support (read-only). #70 (#122)
- Drop `Python 3.6` support. (#123)

## [0.25.4](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.25.4) - 2022-09-06
- Fix `toml` encoding circular reference error. #110

Expand Down
4 changes: 2 additions & 2 deletions benedict/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
__copyright__ = "Copyright (c) 2019-present - Fabio Caccamo"
__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)"
" operations (base64, csv, ini, json, pickle, plist, query-string, toml, xls, xml, yaml)"
" and many utilities... for humans, obviously."
)
__email__ = "[email protected]"
__license__ = "MIT"
__title__ = "benedict"
__version__ = "0.25.4"
__version__ = "0.26.0"

0 comments on commit f917417

Please sign in to comment.