Skip to content

Commit 4d78279

Browse files
committed
Prepare version info and CHANGELOG for version 0.10.0 release.
1 parent c92dd72 commit 4d78279

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Datatest Changelog
33
==================
44

5-
COMING SOON (0.10.0)
6-
--------------------
5+
2020-12-17 (0.10.0)
6+
-------------------
77

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

datatest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
Query.__module__ = 'datatest'
4242
Result.__module__ = 'datatest'
4343

44-
__version__ = '0.10.0.dev0'
44+
__version__ = '0.10.0'
4545

4646

4747
#############################################

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
#
8989
# The short X.Y version.
9090
#from datatest import __version__
91-
__version__ = '0.10.0.dev0'
91+
__version__ = '0.10.0'
9292
version = __version__
9393

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

0 commit comments

Comments
 (0)