Skip to content

Commit

Permalink
Preparing release 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
regebro committed Oct 3, 2018
1 parent 064107e commit ddfa9a7
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,8 +1,8 @@
Changes
=======

2.1b2 (unreleased)
------------------
2.1 (2018-10-03)
----------------

- Changed the substitution unicode character area to use the Private Use Area
in BMP(0), to support narrow Python builds
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.1b2.dev0'
version = '2.1'

with open('README.rst', 'rt', encoding='utf8') as readme:
description = readme.read()
Expand Down

0 comments on commit ddfa9a7

Please sign in to comment.