Skip to content

Commit

Permalink
v11.11.4 (#504)
Browse files Browse the repository at this point in the history
* Update CHANGES

* Update __version__.py
  • Loading branch information
jon-wobken committed Sep 9, 2021
1 parent e9191be commit 30ad772
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES
@@ -1,3 +1,12 @@
v1.11.4
======
Changes as of 2021-09-09

Other
- [#494] Raise exception when bulk query returns a failure status
- [#503] Fix lint warnings
- [#497] Support non-standard https port number

v1.11.3
======
Bugs
Expand Down
2 changes: 1 addition & 1 deletion simple_salesforce/__version__.py
Expand Up @@ -5,7 +5,7 @@
__title__ = 'simple-salesforce'
__description__ = 'A basic Salesforce.com REST API client.'
__url__ = 'https://github.com/simple-salesforce/simple-salesforce'
__version__ = '1.11.3'
__version__ = '1.11.4'
__author__ = 'Nick Catalano'
__author_email__ = 'nickcatal@gmail.com'
__license__ = 'Apache 2.0'
Expand Down

0 comments on commit 30ad772

Please sign in to comment.