Skip to content

Commit d7ce934

Browse files
committed
Prepare for release 0.3.
1 parent cde8fc4 commit d7ce934

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
History of changes to pytest-dependency
22
=======================================
33

4-
* Version 0.3 (not yet released)
4+
* Version 0.3 (2017-12-26)
55

66
** New features
77

doc/src/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
# built documents.
5353
#
5454
# The short X.Y version.
55-
version = '0.2'
55+
version = '0.3'
5656
# The full version, including alpha/beta/rc tags.
57-
release = '0.2'
57+
release = '0.3'
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.2"
9+
__version__ = "0.3"
1010

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

0 commit comments

Comments
 (0)