Skip to content

Commit b700dc6

Browse files
Version 1.2.1
1 parent 0cd6c35 commit b700dc6

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
1.2.1 / 2020-10-20
3+
==================
4+
5+
* Fix `sync --pull` for files with extension in public id
6+
* Fix `sync --pull` for root folder
7+
28
1.2.0 / 2020-10-16
39
==================
410

cloudinary_cli/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.2.0"
1+
__version__ = "1.2.1"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cloudinary>=1.21.0
1+
cloudinary>=1.22.0
22
pygments
33
jinja2
44
click

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
setup_requires=["pytest-runner"],
3737
tests_require=["pytest"],
3838
install_requires=[
39-
"cloudinary>=1.21.0",
39+
"cloudinary>=1.22.0",
4040
"pygments",
4141
"jinja2",
4242
"click",

0 commit comments

Comments
 (0)