Skip to content

Commit 025feef

Browse files
1.8.5rc2 version bump (#518)
* Activation Cleaning Docstring Test * Requirements Pinned with range to insure tested versions are used. Range are used to prevent updating requirements all the time. * setup.cfg file added with PEP8 configuration * activation.py refactored * docstring fixed - ready for documentation unittest * Yapf correction for max_line_length: 120 * test yapf refactored * test documentation added * Missing requirement added: sphinx * Allow test on documentation to pass on warning * Fix travis dependencies install * Travis install script fixed * Travis install command fixed * Requirements conflict solved * Yapf Style modified and merged in file "setup.cfg" * Yapf Confiuguration Updated * Code Refactored with new YAPF formating style * Code Refactored with new YAPF formating style * Code Refactored with new YAPF formating style * shorten codes * Various Cleaning * Trailing Slashes removed * Test Recurrent Fixed * Line Width Fix * docs requirements updated * fix example docs style * Codacy Issue Fixed * Merge Errors fixed * YAPF Style Applied * Version Bump to 1.8.5rc2
1 parent f4a0572 commit 025feef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorlayer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
vis = visualize
2828

2929
# Use the following formating: (major, minor, patch, prerelease)
30-
VERSION = (1, 8, 5, 'rc1')
30+
VERSION = (1, 8, 5, 'rc2')
3131
__shortversion__ = '.'.join(map(str, VERSION[:3]))
3232
__version__ = '.'.join(map(str, VERSION[:3])) + "".join(VERSION[3:])
3333

0 commit comments

Comments
 (0)