We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 899518c commit 0a90832Copy full SHA for 0a90832
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.11.4 (2023-03-31)
6
+### Fix
7
+* **utils:** Download private pecha ([`5ce7113`](https://github.com/OpenPecha/Toolkit/commit/5ce71136969d328be01e92f56ce793d1c5e2f992))
8
+* **storage:** Generate auth remote url ([`5172865`](https://github.com/OpenPecha/Toolkit/commit/5172865c010cda2759fd302c76c83a3bb247b5b4))
9
+
10
## v0.11.3 (2023-03-29)
11
### Fix
12
* **core/pecha:** Add base_names_list prop to pecha ([`58e7135`](https://github.com/OpenPecha/Toolkit/commit/58e7135f08afab18faffdea8cce0d19964636abf))
openpecha/__init__.py
@@ -1,2 +1,2 @@
1
# Version of openpecha-toolkit package
-__version__ = "0.11.3"
+__version__ = "0.11.4"
0 commit comments