Skip to content

Commit

Permalink
Prepare version info and CHANGELOG for version 0.10.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnbrown committed Dec 17, 2020
1 parent c92dd72 commit 4d78279
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.10.0)
--------------------
2020-12-17 (0.10.0)
-------------------

* Fixed bug where ValidationErrors were crashing pytest-xdist workers.

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

__version__ = '0.10.0.dev0'
__version__ = '0.10.0'


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

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

0 comments on commit 4d78279

Please sign in to comment.