Skip to content

Commit 432e8fa

Browse files
version 0.2.3
1 parent 826eb68 commit 432e8fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.2'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '0.2.2'
61+
release = '0.2.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.2.2",
41+
version="0.2.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)