Skip to content

Commit

Permalink
Release 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Blancas Reyes committed Jan 19, 2018
1 parent 60328b6 commit 07027d4
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.4dev
------
0.4 (2018-01-19)
-----------------

* Fixes bug in preprocessing (#38)
* Increased template size
Expand Down
2 changes: 1 addition & 1 deletion src/yass/__init__.py
Expand Up @@ -7,7 +7,7 @@

logging.getLogger(__name__).addHandler(NullHandler())

__version__ = '0.4dev'
__version__ = '0.4'

CONFIG = None

Expand Down

0 comments on commit 07027d4

Please sign in to comment.