We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 345025e commit fbb3aa2Copy full SHA for fbb3aa2
CHANGES.rst
@@ -2,6 +2,9 @@
2
Changes
3
=======
4
5
+Next Version
6
+============
7
+
8
Version 0.4.7 (2013-12-06)
9
==========================
10
setup.py
@@ -3,7 +3,7 @@
import sys
PACKAGE = 'TracAuthOpenId'
-VERSION = '0.4.7'
+VERSION = '0.4.8'
here = os.path.abspath(os.path.dirname(__file__))
README = open(os.path.join(here, 'README.rst')).read()
0 commit comments