Skip to content
This repository was archived by the owner on Nov 8, 2020. It is now read-only.

Commit 5681279

Browse files
committed
Bump version
1 parent 175def2 commit 5681279

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
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+
1.0.0 (2019-01-27)
5+
-------------------
6+
- Support Sphinx-2.0 (unreleased yet)
7+
- Fix a bug:
8+
9+
- #12: @with_app decorator should return the value of the decorated function
10+
411
0.8.1 (2018-11-24)
512
-------------------
613
- Fix a bug:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
setup(
3838
name='sphinx-testing',
39-
version='0.8.1',
39+
version='1.0.0',
4040
description=description,
4141
long_description=description,
4242
classifiers=classifiers,

0 commit comments

Comments
 (0)