We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 076df7a commit f2ebd2aCopy full SHA for f2ebd2a
CHANGELOG.md
@@ -1,6 +1,12 @@
1
2
- 1.0.0 / 2020-04-01
+1.0.2 / 2020-04-01
3
+==================
4
+
5
+ * Fix sync pull command
6
7
+1.0.0 / 2020-04-01
8
=============
9
10
* Clean up and refactor code
11
12
0.4.2 / 2020-03-23
cloudinary_cli/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "1.0.0"
+__version__ = "1.0.2"
import cloudinary
0 commit comments