From eb677fd19cd499fa4430e1e06cef9875c5cb2c76 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Mon, 14 Oct 2019 16:34:18 +0200 Subject: [PATCH] Updated version and CHANGELOG. --- CHANGELOG.md | 3 +++ benedict/metadata.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c10a8e..1a9f528 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. 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.11.1](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.11.1) - 2019-10-14 +- Added `io_util.decode_bytes` utility method. + ## [0.11.0](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.11.0) - 2019-10-14 - Added `query-string` I/O support. - Added `unique` utility method. diff --git a/benedict/metadata.py b/benedict/metadata.py index cdded34..ab8bbe2 100644 --- a/benedict/metadata.py +++ b/benedict/metadata.py @@ -6,4 +6,4 @@ __description__ = 'python-benedict is a dict subclass with keypath support, I/O __email__ = 'fabio.caccamo@gmail.com' __license__ = 'MIT' __title__ = 'benedict' -__version__ = '0.11.0' +__version__ = '0.11.1'