Skip to content

Commit

Permalink
Prepare version info, CHANGELOG, and README for version 0.9.6 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnbrown committed Jun 3, 2019
1 parent 85a9d57 commit a60c934
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Datatest Changelog
==================

COMING SOON (0.9.6)
-------------------
2019.06.03 (0.9.6)
------------------

* Changed acceptance API to make it both less verbose and
more expressive:
Expand Down
2 changes: 1 addition & 1 deletion datatest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
Query.__module__ = 'datatest'
Result.__module__ = 'datatest'

__version__ = '0.9.6.dev0'
__version__ = '0.9.6'


#############################################
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
#
# The short X.Y version.
#from datatest import __version__
__version__ = '0.9.6.dev0'
__version__ = '0.9.6'
version = __version__

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

0 comments on commit a60c934

Please sign in to comment.