Skip to content

Commit

Permalink
Prepare for release 0.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
RKrahl committed Dec 26, 2017
1 parent ac6369f commit 0591f2c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
History of changes to pytest-dependency
=======================================

* Version 0.3.1 (2017-12-26)

** Bug fixes and minor changes

+ Issue #17: Move the online documentation to Read the Docs

+ Some improvements in the documentation.

* Version 0.3 (2017-12-26)

** New features
Expand Down
2 changes: 1 addition & 1 deletion doc/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# The short X.Y version.
version = '0.3'
# The full version, including alpha/beta/rc tags.
release = '0.3'
release = '0.3.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
skipped if any of the dependencies did fail or has been skipped.
"""

__version__ = "0.3"
__version__ = "0.3.1"

import sys
if sys.version_info < (2, 7):
Expand Down

0 comments on commit 0591f2c

Please sign in to comment.