Skip to content

Commit

Permalink
Preparing release 2.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
regebro committed Sep 24, 2018
1 parent d01b50e commit d534e8c
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.0b8 (unreleased)
------------------
2.0rc1 (2018-09-24)
-------------------

- Performance improvements.

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.0b8.dev0'
version = '2.0rc1'

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

0 comments on commit d534e8c

Please sign in to comment.