Skip to content

Commit

Permalink
Prepare version info and CHANGELOG for version 0.9.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnbrown committed May 1, 2019
1 parent ba2b6f1 commit d1077f4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@
Datatest Changelog
==================

COMING SOON (0.9.5)
-------------------
* Changed name of Selector class to Select, use of "Selector" is now
deprecated.
2019-05-01 (0.9.5)
------------------

* Changed difference objects to make them hashable (can now be defined
as members of a set or used as dictionary keys).
* Added __slots__ to difference objects to reduce memory consumption.
* Changed name of Selector class to Select (Selector" now deprecated).
* Changed language and class names from "allowed & allowance" to
"accepted & acceptance" to bring datatest more inline with
manufacturing and engineering terminology. The existing "allowed"
API is now deprecated.


2019-04-21 (0.9.4)
Expand Down
2 changes: 1 addition & 1 deletion datatest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
Query.__module__ = 'datatest'
Result.__module__ = 'datatest'

__version__ = '0.9.5.dev0'
__version__ = '0.9.5'


#############################################
Expand Down
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.5.dev0'
__version__ = '0.9.5'
version = __version__

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

0 comments on commit d1077f4

Please sign in to comment.