Skip to content

Commit

Permalink
Preparing release 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
regebro committed Oct 12, 2018
1 parent e416303 commit a7bb03f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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()
Expand Down

0 comments on commit a7bb03f

Please sign in to comment.