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'