Commit Graph

3 Commits

Author SHA1 Message Date
Erik Wienhold
99f0d8734d
Fix grep warning in scripts/sync-version (#2807)
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.
2026-02-15 18:01:40 +00:00
Marcelo Trylesinski
80c076404e
Move changelog to release notes (#2550)
* Move changelog to release notes

* cahnge sync version script
2025-01-01 12:59:57 +01:00
Marcelo Trylesinski
f1f11fef3b
Add script to make sure CHANGELOG is always in sync with __version__ (#1560)
* Add script to make sure CHANGELOG is always in sync with `__version__`

* Update __init__.py

* Change file permission
2022-07-08 07:12:05 +02:00