Skip to content
Snippets Groups Projects
Commit edbc7011 authored by Martin Lange's avatar Martin Lange
Browse files

Merge branch 'fix-changelog-links' into 'main'

Fix diff links in changelog

See merge request !28
parents 8f666a14 0f5e15c8
Branches main
No related tags found
1 merge request!28Fix diff links in changelog
Pipeline #194851 passed with stages
in 3 minutes and 30 seconds
......@@ -10,7 +10,7 @@ stages:
check:
stage: test
before_script:
- pip3 install black 'pylint<3' 'isort[colors]<6'
- pip3 install black 'pylint>=3' 'isort[colors]<6'
script:
- pip3 install --editable .
- black --check --diff --color .
......
......@@ -4,5 +4,5 @@
* initial release of finam-graph
[unpublished]: https://git.ufz.de/FINAM/finam_graph/-/compare/v0.1.0...main
[v0.1.0]: https://git.ufz.de/FINAM/finam_graph/-/commits/v0.1.0
[unpublished]: https://git.ufz.de/FINAM/finam-graph/-/compare/v0.1.0...main
[v0.1.0]: https://git.ufz.de/FINAM/finam-graph/-/commits/v0.1.0
......@@ -16,7 +16,7 @@ Installation:
.. code-block:: Shell
$ pip install git+https://git.ufz.de/FINAM/finam-graph.git
$ pip install finam-graph
Usage
-----
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment