Skip to content

Commit 6320de4

Browse files
authored
Merge pull request #65 from unnonouno/v0.6.2
Update version
2 parents b2ba64e + bdb47e9 commit 6320de4

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

ChangeLog.rst

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
1-
Rlease 0.6.1 - 2017/10/29
2-
-------------------------
1+
Release 0.6.2 - 2018/02/21
2+
--------------------------
3+
4+
- cuDNN v7.0.5 and v7.0.4 are supported (#58 thank you @kmaehashi, #61)
5+
6+
7+
Release 0.6.1 - 2017/10/29
8+
--------------------------
39

410
- cuDNN v7.0.3 and v7.0.2 are supported (#56)
511

612

7-
Rlease 0.6.0 - 2017/8/4
8-
-----------------------
13+
Release 0.6.0 - 2017/8/4
14+
------------------------
915

1016
- cuDNN v7 is supported (#50)
1117
- sha256sum format problem is solved (#48 thank you @rooa, #53)

cudnnenv/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import sys
1111
import tempfile
1212

13-
__version__ = '0.6.1'
13+
__version__ = '0.6.2'
1414

1515

1616
if int(platform.python_version_tuple()[0]) >= 3:

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='cudnnenv',
8-
version='0.6.1',
8+
version='0.6.2',
99
description='cudnn environment manager',
1010
long_description=open('README.rst').read(),
1111
author='Yuya Unno',

0 commit comments

Comments
 (0)