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 68c9366 commit bd80349Copy full SHA for bd80349
debian/changelog
@@ -1,3 +1,12 @@
1
+python-oauth2 (1.4.129) lucid; urgency=low
2
+
3
+ [ Zooko Ofsimplegeo ]
4
+ * change manually-managed version number from 1.3 to 1.4
5
6
+ [ SimpleGeo Nerds ]
7
8
+ -- SimpleGeo Nerds <[email protected]> Fri, 21 Jan 2011 19:52:32 +0000
9
10
python-oauth2 (1.3.128) lucid; urgency=low
11
12
[ Zooko Ofsimplegeo ]
oauth2/_version.py
@@ -1,6 +1,6 @@
# This is the version of this source code.
-verstr = "1.4.128"
+verstr = "1.4.129"
try:
from pyutil.version_class import Version as pyutil_Version
__version__ = pyutil_Version(verstr)
0 commit comments