From 781ad22b7926a1154406d90d6c7c1f36cae5d560 Mon Sep 17 00:00:00 2001 From: dogoncouch Date: Wed, 14 Jun 2017 11:11:58 -0400 Subject: [PATCH] Update version: 2.1 --- CHANGELOG.md | 7 +++++++ logdissect/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca912cb..7acf849 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Change log Change log for [logdissect](https://github.com/dogoncouch/logdissect) +## [2.1] - 2017-06-14 +### Added +- Python 3 compatibility + +### Fixed +- Module loading issue (logdissect.data) + ## [2.0.2] - 2017-06-13 ### Fixed - Python version issue diff --git a/logdissect/__init__.py b/logdissect/__init__.py index 6781f18..28e459c 100644 --- a/logdissect/__init__.py +++ b/logdissect/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.0.2' +__version__ = '2.1' __author__ = 'Dan Persons ' __license__ = 'MIT License' __github__ = 'https://github.com/dogoncouch/logdissect'