Skip to content

Commit 15f95de

Browse files
Version 0.4.3
1 parent 9625b24 commit 15f95de

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ Change Log
33

44
unreleased
55
----------
6+
nothing yet
7+
8+
0.4.3 (2015-03-09)
9+
------------------
610
* ``OAuth2ConsumerBlueprint`` now accepts two new arguments to its constructor:
711
``authorization_url_params`` and ``token_url_params``
812
* When using the Google pre-set configuration, you can now request offline

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
# The short X.Y version.
5959
version = '0.4'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '0.4.2'
61+
release = '0.4.3'
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def get_requirements(path):
3838

3939
setup(
4040
name="Flask-Dance",
41-
version="0.4.2",
41+
version="0.4.3",
4242
description="Doing the OAuth dance with style using Flask, requests, and oauthlib",
4343
long_description=open('README.rst').read(),
4444
author="David Baumgold",

0 commit comments

Comments
 (0)