diff --git a/README.md b/README.md index 0eab045..1884cd9 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,7 @@ Because this is a project and not really a reuse-able-app ;) [comment]: <> (✂✂✂ auto generated history start ✂✂✂) -* [v0.20.0.dev0](https://github.com/jedie/django-for-runners/compare/v0.19.0...v0.20.0.dev0) +* [v0.20.0](https://github.com/jedie/django-for-runners/compare/v0.19.0...v0.20.0) * 2024-08-25 - Update requirements * 2024-08-25 - Apply manageprojects updates * 2024-08-13 - Bugfix broken event change list, if no events exists diff --git a/for_runners/__init__.py b/for_runners/__init__.py index 799fb60..b1c3bd1 100644 --- a/for_runners/__init__.py +++ b/for_runners/__init__.py @@ -3,5 +3,5 @@ Store your GPX tracks of your running (or other sports activity) in django. """ -__version__ = '0.20.0.dev0' +__version__ = '0.20.0' __author__ = 'Jens Diemer '