Skip to content

Commit 02b5097

Browse files
v3.3.1
1 parent 6337b46 commit 02b5097

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

flask_dance/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
from .consumer import OAuth1ConsumerBlueprint, OAuth2ConsumerBlueprint
55

6-
__version__ = "3.3.0"
6+
__version__ = "3.3.1"

0 commit comments

Comments
 (0)