Skip to content

Commit fe4a45a

Browse files
committed
fix: add README.md version tracking to semantic-release config
- Configure semantic-release to also update README.md version references - Update current README.md version to match current release (0.1.14)
1 parent 21059be commit fe4a45a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ python api_testing/api_test.py
314314

315315
## Release Notes
316316

317-
### v0.1.13 (Latest)
317+
### v0.1.14 (Latest)
318318
**🐛 Bug Fixes**
319319
- **Fixed Issue #17**: Raga class incorrectly transforms stored ratios during loading
320320
- Rageshree and other ragas now correctly preserve transcription ratios (6 pitches for Rageshree, no Pa)

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ version_toml = [
121121
version_pattern = [
122122
"docs/conf.py:release = '{version}'",
123123
"docs/conf.py:version = '{version}'",
124+
"README.md:### v{version} (Latest)",
124125
]
125126

126127
# Project settings

0 commit comments

Comments
 (0)