Skip to content

Commit 6e26b7c

Browse files
authored
Merge pull request #116 from jedie/release
Release as v0.18.0
2 parents 092e83a + dac629f commit 6e26b7c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Because this is a project and not really a reuse-able-app ;)
221221

222222
[comment]: <> (✂✂✂ auto generated history start ✂✂✂)
223223

224-
* [v0.18.0.dev1](https://github.com/jedie/django-for-runners/compare/v0.17.4...v0.18.0.dev1)
224+
* [v0.18.0](https://github.com/jedie/django-for-runners/compare/v0.17.4...v0.18.0)
225225
* 2024-08-02 - Update README.md
226226
* 2024-08-02 - Expand test matrix with 3.12 and remove 3.9 support
227227
* 2024-08-02 - Bugfix CI: Add "*.snapshot.json" files ;)
@@ -709,8 +709,8 @@ Because this is a project and not really a reuse-able-app ;)
709709

710710
## links
711711

712-
| Homepage | [http://github.com/jedie/django-for-runners](http://github.com/jedie/django-for-runners) |
713-
| PyPi | [https://pypi.org/project/django-for-runners/](https://pypi.org/project/django-for-runners/) |
712+
* Homepage: [http://github.com/jedie/django-for-runners](http://github.com/jedie/django-for-runners)
713+
* PyPi: [https://pypi.org/project/django-for-runners/](https://pypi.org/project/django-for-runners/)
714714

715715
### activity exporter
716716

for_runners/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
Store your GPX tracks of your running (or other sports activity) in django.
44
"""
55

6-
__version__ = '0.18.0.dev1'
6+
__version__ = '0.18.0'
77
__author__ = 'Jens Diemer <[email protected]>'

0 commit comments

Comments
 (0)