From 5da28a9d3a22fb319883d969cc28642d5086ef84 Mon Sep 17 00:00:00 2001 From: Dan Persons Date: Tue, 13 Jun 2017 12:54:11 -0400 Subject: [PATCH] Update version: 2.0.2 --- CHANGELOG.md | 4 ++++ logdissect/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2991b8..ca912cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change log Change log for [logdissect](https://github.com/dogoncouch/logdissect) +## [2.0.2] - 2017-06-13 +### Fixed +- Python version issue + ## [2.0.1] - 2017-06-07 ### Fixed - Compatibility issues diff --git a/logdissect/__init__.py b/logdissect/__init__.py index 9dbab0a..add3608 100644 --- a/logdissect/__init__.py +++ b/logdissect/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.0.1' +__version__ = '2.0.2' __author__ = 'Dan Persons ' __license__ = 'MIT License' __github__ = 'https://github.com/dogoncouch/logdissect'