We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 266533e commit eb677fdCopy full SHA for eb677fd
2 files changed
CHANGELOG.md
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [0.11.1](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.11.1) - 2019-10-14
8
+- Added `io_util.decode_bytes` utility method.
9
+
10
## [0.11.0](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.11.0) - 2019-10-14
11
- Added `query-string` I/O support.
12
- Added `unique` utility method.
benedict/metadata.py
@@ -6,4 +6,4 @@
__email__ = 'fabio.caccamo@gmail.com'
__license__ = 'MIT'
__title__ = 'benedict'
-__version__ = '0.11.0'
+__version__ = '0.11.1'
0 commit comments