* Added support to generate random strings by forcefuly including all input string type. For example ALPHANUMERIC can now be forcefully configured to generate random strings including both alphabet and number
0.0.5
* Added python 3 requirement in setup.py
0.0.4
* Fixed typo and example in readme file
0.0.3
* Added support to get single random string using get_string() * Added support for pre-defined (" !$%&'()*+,-./:;<=>?[\]^_`{|}~) and custom symbols * Added validation check for python 3 * Updated year in license * Added validation check for invalid type of inputs