We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f995ce7 commit 2c27e47Copy full SHA for 2c27e47
CHANGELOG.md
@@ -2,6 +2,15 @@
2
3
4
5
+## v0.300.0 (2024-07-03)
6
+
7
+### Feature
8
9
+* pin major version (#113)
10
11
+Co-authored-by: iva-romanenko <iva-romanenko@yandex-team.ru> ([`f995ce7`](https://github.com/yandex-cloud/python-sdk/commit/f995ce73af0f745e525c057a2f6a1f042165785d))
12
13
14
## v0.299.0 (2024-07-02)
15
16
### Feature
setup.py
@@ -2,7 +2,7 @@
packages = find_packages(".", include=["yandexcloud*", "yandex*"])
-__version__ = "0.299.0"
+__version__ = "0.300.0"
with open("README.md") as file:
README = file.read()
0 commit comments