Skip to content

Commit 133e361

Browse files
committed
Bump version to 0.2
1 parent 9febbc7 commit 133e361

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
restbuilder 0.2 (7 June 2018)
5+
--------------------------------
6+
* Code moved to https://gitub.com/sphinx-contrib/restbuilder
7+
* Python 3 compatible (Nicola Musatti)
8+
* Adhere to rst_indent-specified indentation (Matthew Planchard)
9+
* Fixed issue where links were converted to plaintext (Matthew Planchard)
10+
411
restbuilder 0.1 (25 August 2013)
512
--------------------------------
613
* Code submitted to sphinx-contrib

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020

2121
setup(
2222
name='sphinxcontrib-restbuilder',
23-
version='0.1',
24-
url='http://bitbucket.org/birkenfeld/sphinx-contrib',
23+
version='0.2',
24+
url='https://github.com/sphinx-contrib/restbuilder',
2525
download_url='http://pypi.python.org/pypi/sphinxcontrib-restbuilder',
2626
license='BSD', # 2-clause
2727
author='Freek Dijkstra',
28-
author_email='software@macfreek.nl',
28+
author_email='freek@macfreek.nl',
2929
description='Sphinx extension to output reST files.',
3030
long_description=long_desc,
3131
zip_safe=False,

0 commit comments

Comments
 (0)