Skip to content

Commit 5e97c07

Browse files
committed
Prepare for release 0.3.2.
1 parent 9ca612c commit 5e97c07

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.4 (not yet released)
4+
* Version 0.3.2 (2018-01-17)
55

66
** Bug fixes and minor changes
77

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Copyright and License
7575

7676
- Copyright 2013-2015
7777
Helmholtz-Zentrum Berlin für Materialien und Energie GmbH
78-
- Copyright 2016-2017 Rolf Krahl
78+
- Copyright 2016-2018 Rolf Krahl
7979

8080
Licensed under the Apache License, Version 2.0 (the "License"); you
8181
may not use this file except in compliance with the License. You may

doc/src/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
# General information about the project.
4747
project = u'pytest-dependency'
48-
copyright = u'2016-2017, Rolf Krahl'
48+
copyright = u'2016-2018, Rolf Krahl'
4949

5050
# The version info for the project you're documenting, acts as replacement for
5151
# |version| and |release|, also used in various other places throughout the
@@ -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.1'
57+
release = '0.3.2'
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.1"
9+
__version__ = "0.3.2"
1010

1111
import os
1212
import os.path

0 commit comments

Comments
 (0)