From 85ee346a18ca9c4542fea47b90f478b4492bc63b Mon Sep 17 00:00:00 2001 From: dogoncouch Date: Sat, 7 Apr 2018 15:47:07 -0400 Subject: [PATCH] Update version: 3.1.1 --- CHANGELOG.md | 2 +- logdissect/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0834d9..64af4c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Change log Change log for [logdissect](https://github.com/dogoncouch/logdissect) -## [Unreleased] +## [3.1.1] 2018-04-07 ### Fixed - Bug with single-digit months in `now`/`nodate` datestamp converters diff --git a/logdissect/__init__.py b/logdissect/__init__.py index 5a55646..d315dbf 100644 --- a/logdissect/__init__.py +++ b/logdissect/__init__.py @@ -1,4 +1,4 @@ -__version__ = '3.1.1-dev' +__version__ = '3.1.1' __author__ = 'Dan Persons ' __license__ = 'MIT License' __github__ = 'https://github.com/dogoncouch/logdissect'