Bump version to 0.3.0

This commit is contained in:
Jan Dittberner 2019-07-13 22:02:42 +02:00
parent b243fc6249
commit 281f740589
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Changes
=======
0.2.5 - 2019-07-13
0.3.0 - 2019-07-13
------------------
* update to Sphinx 2.1 API

View File

@ -24,7 +24,7 @@ from sphinx.roles import XRefRole
from sphinx.util import logging
from sphinx.util.nodes import make_refnode
__version__ = '0.2.5.dev1'
__version__ = '0.3.0'
logger = logging.getLogger(__name__)

View File

@ -2,7 +2,7 @@
from setuptools import setup, find_packages
version = '0.2.5.dev1'
version = '0.3.0'
with open('README.rst') as readme:
description = readme.read() + "\n\n"