Skip to content

Commit

Permalink
Version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
const-cloudinary committed Oct 20, 2020
1 parent 0cd6c35 commit b700dc6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

1.2.1 / 2020-10-20
==================

* Fix `sync --pull` for files with extension in public id
* Fix `sync --pull` for root folder

1.2.0 / 2020-10-16
==================

Expand Down
2 changes: 1 addition & 1 deletion cloudinary_cli/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.0"
__version__ = "1.2.1"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cloudinary>=1.21.0
cloudinary>=1.22.0
pygments
jinja2
click
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
setup_requires=["pytest-runner"],
tests_require=["pytest"],
install_requires=[
"cloudinary>=1.21.0",
"cloudinary>=1.22.0",
"pygments",
"jinja2",
"click",
Expand Down

0 comments on commit b700dc6

Please sign in to comment.