We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21059be commit fe4a45aCopy full SHA for fe4a45a
README.md
@@ -314,7 +314,7 @@ python api_testing/api_test.py
314
315
## Release Notes
316
317
-### v0.1.13 (Latest)
+### v0.1.14 (Latest)
318
**🐛 Bug Fixes**
319
- **Fixed Issue #17**: Raga class incorrectly transforms stored ratios during loading
320
- Rageshree and other ragas now correctly preserve transcription ratios (6 pitches for Rageshree, no Pa)
pyproject.toml
@@ -121,6 +121,7 @@ version_toml = [
121
version_pattern = [
122
"docs/conf.py:release = '{version}'",
123
"docs/conf.py:version = '{version}'",
124
+ "README.md:### v{version} (Latest)",
125
]
126
127
# Project settings
0 commit comments