Skip to content

Commit 1f05430

Browse files
committed
Fix version disparity.
1 parent fb4bc9f commit 1f05430

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
python-oauth2 (1.2.1pre2) unstable; urgency=low
2+
3+
* Fix version disparity between setup.py & debian/changelog.
4+
5+
-- Ian Eure <[email protected]> Fri, 11 Jun 2010 16:11:41 -0700
6+
17
python-oauth2 (1.2.1pre1) unstable; urgency=low
28

39
* Make a native package.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages
44

55
setup(name="oauth2",
6-
version="1.2.1pre",
6+
version="1.2.1pre2",
77
description="Library for OAuth version 1.0a.",
88
author="Joe Stump",
99
author_email="[email protected]",

0 commit comments

Comments
 (0)