Skip to content

Commit

Permalink
Release 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Blancas committed May 24, 2018
1 parent cbd86cb commit b67e310
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
@@ -1,8 +1,8 @@
Changelog
=========

0.9dev
------
0.9 (2018-05-24)
-----------------
* Added parallelization to batch processor
* Preprocess step now runs in parallel
* Filtering and standarization running in one step to avoid I/O overhead
Expand Down
2 changes: 1 addition & 1 deletion src/yass/__init__.py
Expand Up @@ -17,7 +17,7 @@

logger = logging.getLogger(__name__)

__version__ = '0.9dev'
__version__ = '0.9'

CONFIG = None

Expand Down

0 comments on commit b67e310

Please sign in to comment.