Skip to content

Commit

Permalink
Prepare version info and CHANGELOG for version 0.9.4 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnbrown committed Apr 21, 2019
1 parent a4daa46 commit d5c1251
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.4)
-------------------
2019-04-21 (0.9.4)
------------------

* Added Python 3.8 testing and support.
* Added new validate methods (moved from how-to recipes into core module):
Expand Down
2 changes: 1 addition & 1 deletion datatest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
Query.__module__ = 'datatest'
Result.__module__ = 'datatest'

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

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

0 comments on commit d5c1251

Please sign in to comment.