- Allow for line number of reloading loops to change between reloads
1.1.1
Add long description for PyPI
1.1.0
- Add keyword argument `every` to reload the source code only on every n-th invocation/iteration - Add keyword argument `forever` to create an endless loop - Refactor to make better use of ast module
1.0.1
* Fix 8 caused by changed behaviour in `ast` module from Python 3.7 -> 3.8
1.0.0
* Add `reloading` function decorator * Fix issues with format strings inside a reloading loop * Fix issues with comments after a reloading loop body