Skip to content

Commit ece7546

Browse files
authored
chore: update release notes template (#69)
Fixes #65
1 parent 1bf7df7 commit ece7546

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{%- set releases = context.history.released.items() | list -%}
22
{%- set prev_version = releases[1][0] -%}
33
## Release Notes
4-
54
{% include ".changes.j2" %}
65
{{ "**Full Changelog**: (%s)" | format(prev_version | compare_url(version)) }}
6+
## Installation
7+
You can install this version via pip from [PyPI](https://pypi.org/project/python-re3data/{{ version }}/):
8+
```console
9+
python -m pip install python-re3data=={{ version }}
10+
```

0 commit comments

Comments
 (0)