Skip to content

Commit

Permalink
Update version (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
unnonouno committed May 22, 2022
1 parent 1fc494d commit 36c7748
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Release 0.8.0 - 2022/05/22
--------------------------

- Python 3.9 and 3.10 are supported, and 3.4, 3.5 and 3.6 are not supported (#91)
- cuDNN v8.0.2, 8.0.3, 8.0.4, 8.0.5, 8.1.0, 8.1.1, 8.2.0, 8.2.1, 8.2.4, 8.3.0, 8.3.1, 8.3.2, 8.3.3 and 8.4.0 are supported (#87, #89, #90 thank you @dev0x13)
- Use GitHub Actions for test instead of Travis (#91, #92)

Release 0.7.0 - 2020/02/26
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion cudnnenv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import sys
import tempfile

__version__ = '0.7.0'
__version__ = '0.8.0'


if int(platform.python_version_tuple()[0]) >= 3:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='cudnnenv',
version='0.7.0',
version='0.8.0',
description='cudnn environment manager',
long_description=open('README.rst').read(),
author='Yuya Unno',
Expand Down

0 comments on commit 36c7748

Please sign in to comment.