v2.1.2 (2018-12-08)
-------------------

- Version Control

- Update README.rst

v2.1.1 (2018-12-08)
-------------------

- Version Control (__version__.py)

- Update setup
	* Update classifiers
	* Add pyOpenSSL to install_requires

v2.1.0 (2018-12-08)
-------------------

- Update config
	* Add defult csv path to Config __init__()
	* Rewrite import cert_exceptions => catch ImportError of NoConfigException

- Change import exception to import cert_exceptions

- Change exception.py to cert_exceptions.py
	* Change class name FolderException to class NoFolderException
	* Change class name FileException to class NoFileException
	* Change class nam PathException to class BadPathException
	* Change class nam ExtensionException to class BadExtensionException
	* Change class nam ConfigException to class NoConfigException
	* Add class FileAlreadyExists

- Update certificate.py
	* add function is_absolute to check if path is absolute
	* update functions generate_multiple and generate_multiple_p12 => remove absolute parameter

- Update cli.py
	* update args generate-multiple and generate-multiple-p12 => remove absolute option

- Update decorators.py
	* update csv_options decorators => remove absolute option

- Update tools.py
	* Simplify function edit_config
	* Add function add_custom_folder
	* Update class Tools
		* Add function copy_file, create_csv_file (not used)
		* Update functions add_custom_folder and add_custom_file

- Update documentation README.rst

- Update setup
	* Add classifiers
		* 'Programming Language :: Python :: 2.7'

v2.0.0 (2018-12-06)
-------------------

 - Initial release.