Skip to content

Commit 172844d

Browse files
committed
chore: fix release notes and doc generation template
1 parent ff96418 commit 172844d

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/PythonLibCore-4.5.1.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ from the
1212

1313
If you have pip_ installed, just run
1414

15-
::
16-
15+
```bash
1716
pip install --upgrade pip install robotframework-pythonlibcore
17+
```
1818

1919
to install the latest available release or use
2020

21-
::
22-
21+
```bash
2322
pip install pip install robotframework-pythonlibcore==4.5.1
23+
```
2424

2525
to install exactly this version. Alternatively you can download the source
2626
distribution from PyPI_ and install it manually.

tasks.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929
3030
If you have pip_ installed, just run
3131
32-
::
33-
32+
```bash
3433
pip install --upgrade pip install robotframework-pythonlibcore
34+
```
3535
3636
to install the latest available release or use
3737
38-
::
39-
38+
```bash
4039
pip install pip install robotframework-pythonlibcore=={version}
40+
```
4141
4242
to install exactly this version. Alternatively you can download the source
4343
distribution from PyPI_ and install it manually.

0 commit comments

Comments
 (0)