From 903cc902d97f3b41ec86aaa8349659795a9953ce Mon Sep 17 00:00:00 2001 From: Scott Kitterman Date: Tue, 11 Dec 2018 14:36:45 -0500 Subject: [PATCH] Changelog and version for starting 0.9.2 --- ChangeLog | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3cd1276..903ef34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +UNRELEASED Version 0.9.2 + - Refactor canonicalization.py strip_trailing_lines to avoid using re for + more consistent processing across python versions (Thanks to Jonathan + Bastien-Filiatrault for the change) 2018-12-09 Version 0.9.1 - Fixed ARC verification to fail if h= tag is present in Arc-Seal and added tests diff --git a/setup.py b/setup.py index 93f0003..8019c0c 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ from setuptools import setup import os import sys -version = "0.9.1" +version = "0.9.2" kw = {} # Work-around for lack of 'or' requires in setuptools. try: