File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ Changelog
33
44`unreleased `_
55-------------
6+ nothing yet
7+
8+ `3.3.1 `_ (2021-03-01)
9+ ---------------------
610* Added `hostname ` option to the `make_salesforce_blueprint `
711* Added `is_sandbox ` option to the `make_salesforce_blueprint `
812* Changed base url for `make_salesforce_blueprint `
@@ -343,7 +347,8 @@ Fixed
343347.. _#161 : https://github.com/singingwolfboy/flask-dance/issues/161
344348
345349
346- .. _unreleased : https://github.com/singingwolfboy/flask-dance/compare/v3.3.0...HEAD
350+ .. _unreleased : https://github.com/singingwolfboy/flask-dance/compare/v3.3.1...HEAD
351+ .. _3.3.1 : https://github.com/singingwolfboy/flask-dance/compare/v3.3.0...v3.3.1
347352.. _3.3.0 : https://github.com/singingwolfboy/flask-dance/compare/v3.2.0...v3.3.0
348353.. _3.2.0 : https://github.com/singingwolfboy/flask-dance/compare/v3.1.0...v3.2.0
349354.. _3.1.0 : https://github.com/singingwolfboy/flask-dance/compare/v3.0.0...v3.1.0
Original file line number Diff line number Diff line change 33
44from .consumer import OAuth1ConsumerBlueprint , OAuth2ConsumerBlueprint
55
6- __version__ = "3.3.0 "
6+ __version__ = "3.3.1 "
You can’t perform that action at this time.
0 commit comments