Skip to content

Commit 303e3c9

Browse files
authored
Fetch git tags to get the correct version for stable and latest (#358)
1 parent c7ee313 commit 303e3c9

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

.readthedocs.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ build:
1717
- sleep 60 # sleep for Zenodo upload to finsih
1818
- python scripts/generate_bibtex.py
1919

20+
post_checkout:
21+
# we need the tags for versioning to work
22+
- git fetch --tags
23+
2024
# Build documentation in the docs/ directory with Sphinx
2125
sphinx:
2226
configuration: docs/source/conf.py
@@ -28,4 +32,3 @@ formats: all
2832
python:
2933
install:
3034
- requirements: docs/requirements.txt
31-

docs/source/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog
33
*********
44

5+
Version 1.1.2 (2024-06-16)
6+
==========================
7+
8+
**Fixes:**
9+
10+
- Improve documentation: Show BibTeX for citation from Zenodo metadata (also for stable)
11+
512
Version 1.1.1 (2024-06-12)
613
==========================
714

0 commit comments

Comments
 (0)