Skip to content

Commit

Permalink
0.7.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
eyadgaran committed Dec 2, 2019
1 parent bbe27a4 commit 346a981
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Change Log

### 0.7.2
- SSH Tunnel Workflow

### 0.7.1
- Sklearn Pipeline patch
- Changed default log level to INFO

### 0.7
- Thread-safe Keras Sequence dataset splits
- Additional Seq2Seq models
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import sys

__version__ = '0.7.1'
__version__ = '0.7.2'


python_major = sys.version_info.major
Expand Down

0 comments on commit 346a981

Please sign in to comment.