Extended regular expressions (enabled via flag -E) don't support non-capturing groups under POSIX. Get rid of them as they don't add any value since we don't handle the captured groups in the first place.
* Move changelog to release notes * cahnge sync version script
__version__
* Add script to make sure CHANGELOG is always in sync with `__version__` * Update __init__.py * Change file permission