Skip to content

Commit 0591f2c

Browse files
committed
Prepare for release 0.3.1.
1 parent ac6369f commit 0591f2c

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGES

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
History of changes to pytest-dependency
22
=======================================
33

4+
* Version 0.3.1 (2017-12-26)
5+
6+
** Bug fixes and minor changes
7+
8+
+ Issue #17: Move the online documentation to Read the Docs
9+
10+
+ Some improvements in the documentation.
11+
412
* Version 0.3 (2017-12-26)
513

614
** New features

doc/src/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
# The short X.Y version.
5555
version = '0.3'
5656
# The full version, including alpha/beta/rc tags.
57-
release = '0.3'
57+
release = '0.3.1'
5858

5959
# The language for content autogenerated by Sphinx. Refer to documentation
6060
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
skipped if any of the dependencies did fail or has been skipped.
77
"""
88

9-
__version__ = "0.3"
9+
__version__ = "0.3.1"
1010

1111
import sys
1212
if sys.version_info < (2, 7):

0 commit comments

Comments
 (0)