Skip to content

Commit becb56e

Browse files
committed
Add links to release notes in both English and Russian sections
Updated the documentation in `setup.py` to include links to cumulative release notes: `CHANGELOG_EN.md` for English and `CHANGELOG.md` for Russian. This ensures easier access to version history and changes for users.
1 parent a342bd8 commit becb56e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,12 @@
6262
"*By [Fuzzy Technologies](https://fuzzy-technologies.github.io/)*\n\n\n"
6363
"🇺🇸 📚 **English Documentation:**\n\n"
6464
"• Full README with examples: [README_EN.md](https://github.com/Tim55667757/TKSBrokerAPI/blob/develop/README_EN.md)\n\n"
65-
"• API Reference: [TKSBrokerAPI module docs](https://tim55667757.github.io/TKSBrokerAPI/docs/tksbrokerapi/TKSBrokerAPI.html)\n\n\n"
65+
"• API Reference: [TKSBrokerAPI module docs](https://tim55667757.github.io/TKSBrokerAPI/docs/tksbrokerapi/TKSBrokerAPI.html)\n\n"
66+
"• Cumulative Release Notes: [CHANGELOG_EN.md](https://github.com/Tim55667757/TKSBrokerAPI/blob/develop/CHANGELOG_EN.md)\n\n\n"
6667
"🇷🇺 📚 **Документация на русском:**\n\n"
6768
"• Подробное описание и примеры: [README.md](https://github.com/Tim55667757/TKSBrokerAPI/blob/develop/README.md)\n\n"
68-
"• Документация на модуль: [TKSBrokerAPI module docs](https://tim55667757.github.io/TKSBrokerAPI/docs/tksbrokerapi/TKSBrokerAPI.html)\n"
69+
"• Документация на модуль: [TKSBrokerAPI module docs](https://tim55667757.github.io/TKSBrokerAPI/docs/tksbrokerapi/TKSBrokerAPI.html)\n\n\n"
70+
"• Накопительные релиз-ноты: [CHANGELOG.md](https://github.com/Tim55667757/TKSBrokerAPI/blob/develop/CHANGELOG.md)\n"
6971
),
7072

7173
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)