sync_subtitle Version: 2.1.0
-----------------------------
* Added sync_after_index()
* Added sync_before_index()
* Added sync_between_indexes()
* Changed 'input_srt_file' argument to 'input_file'
* Changed 'output_srt_file' argument to 'output_file'
* Fixed delay and hasten logic
* Refactoring

sync_subtitle Version: 2.0.0
-----------------------------
* Changed sync_subtitle() to sync()
* Added sync_after_time()
* Added sync_before_time()
* Added sync_between_times()
* Added support to optionally specify an output filename.
  In absence of an output filename, in-place modification will be done.
* Input file extension check is added
* Edited and formated the docstring
* Releasing under MIT license

sync_subtitle Version: 1.0.0
-----------------------------
* Initial release with sync_subtitle()
