Skip to content

Commit

Permalink
Bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzmoyev committed Nov 13, 2023
1 parent a91537c commit 2430125
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions docs/source/change_log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
Change log
==========

v2.2.0
~~~~~~

API
---
* Adds support for new credentials file names (i.e. client_secret_*.json)

Core
----
* None

Backward compatibility
----------------------
* Full compatibility


v2.1.0
~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def run(self):

here = os.path.abspath(os.path.dirname(__file__))

VERSION = '2.1.0'
VERSION = '2.2.0'


class UploadCommand(Command):
Expand Down

0 comments on commit 2430125

Please sign in to comment.