Skip to content

Commit

Permalink
Prepare version info and CHANGELOG for version 0.9.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnbrown committed Jan 29, 2019
1 parent 2e079c2 commit 017b75e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
Datatest Changelog
==================

2019-01-29 (0.9.3)
------------------

* Changed bundled pytest plugin to version 0.1.3:
* This update adds testing and support for latest versions of Pytest
and Python (now tested using Pytest 3.3 to 4.1 and Python 2.7 to 3.7).
* Changed handling for 'mandatory' marker to support older and newer
Pytest versions.


2018-08-08 (0.9.2)
------------------

Expand Down
2 changes: 1 addition & 1 deletion datatest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
Query.__module__ = 'datatest'
Result.__module__ = 'datatest'

__version__ = '0.9.2'
__version__ = '0.9.3'

required = mandatory # Temporary alias for old "required" decorator.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
#
# The short X.Y version.
#from datatest import __version__
__version__ = '0.9.2'
__version__ = '0.9.3'
version = __version__

# The full version, including alpha/beta/rc tags.
Expand Down

0 comments on commit 017b75e

Please sign in to comment.