From a7bb03ff5ed4551210834e9ce4f2f3b463f2ab8f Mon Sep 17 00:00:00 2001 From: Lennart Regebro Date: Fri, 12 Oct 2018 18:21:27 +0200 Subject: [PATCH] Preparing release 2.2 --- CHANGES.rst | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 858d6f3..7958d39 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,10 +1,10 @@ Changes ======= -2.2 (unreleased) +2.2 (2018-10-12) ---------------- -- Nothing changed yet. +- A workaround for dealing with top level comments and the xml formatter 2.1 (2018-10-03) diff --git a/setup.py b/setup.py index da9b27b..d975334 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from io import open from setuptools import setup, find_packages -version = '2.2.dev0' +version = '2.2' with open('README.rst', 'rt', encoding='utf8') as readme: description = readme.read()