# built documents.
#
# The short X.Y version.
-version = '1.3.2'
+version = '1.3.3'
# The full version, including alpha/beta/rc tags.
-release = '1.3.2'
+release = '1.3.3'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
notice += light_yellow(current) + '\n'
notice += light_magenta('You should upgrade with ')
notice += light_green('pip install -U rainbowstream')
- printNicely(notice)
else:
notice = light_yellow('You are running latest version (')
notice += light_green(current)
notice += light_yellow(')')
notice += '\n'
+ printNicely(notice)
except:
pass