Message from discussion
Issue 494 in googlecl: Version number differs between changelog and source code
Received: by 10.101.19.19 with SMTP id w19mr934992ani.21.1347055613841;
Fri, 07 Sep 2012 15:06:53 -0700 (PDT)
X-BeenThere: googlecl-dev@googlegroups.com
Received: by 10.101.174.10 with SMTP id b10ls294161anp.2.gmail; Fri, 07 Sep
2012 15:06:53 -0700 (PDT)
Received: by 10.236.79.40 with SMTP id h28mr3599097yhe.48.1347055613450;
Fri, 07 Sep 2012 15:06:53 -0700 (PDT)
Received: by 10.236.79.40 with SMTP id h28mr3599096yhe.48.1347055613440;
Fri, 07 Sep 2012 15:06:53 -0700 (PDT)
Return-Path: <3_W9KUAgODI4y66y3wu3y66y3wu6vw.u64y66y3wu3-vwDy66y3wy96C7A....@codesite.bounces.google.com>
Received: from mail-yw0-f76.google.com (mail-yw0-f76.google.com [209.85.213.76])
by gmr-mx.google.com with ESMTPS id l49si1779591yhe.1.2012.09.07.15.06.53
(version=TLSv1/SSLv3 cipher=OTHER);
Fri, 07 Sep 2012 15:06:53 -0700 (PDT)
Received-SPF: pass (google.com: domain of 3_W9KUAgODI4y66y3wu3y66y3wu6vw.u64y66y3wu3-vwDy66y3wy96C7A....@codesite.bounces.google.com designates 209.85.213.76 as permitted sender) client-ip=209.85.213.76;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of 3_W9KUAgODI4y66y3wu3y66y3wu6vw.u64y66y3wu3-vwDy66y3wy96C7A....@codesite.bounces.google.com designates 209.85.213.76 as permitted sender) smtp.mail=3_W9KUAgODI4y66y3wu3y66y3wu6vw.u64y66y3wu3-vwDy66y3wy96C7A....@codesite.bounces.google.com
Received: by yhfq11 with SMTP id q11so14563yhf.5
for <googlecl-dev@googlegroups.com>; Fri, 07 Sep 2012 15:06:53 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.224.223.84 with SMTP id ij20mr3409489qab.5.1347055613314; Fri,
07 Sep 2012 15:06:53 -0700 (PDT)
Reply-To: codesite-nore...@google.com
X-Generated-By: Google Code
X-GoogleCode-Project: googlecl
X-GoogleCode-Issue-Id: 494
Message-ID: <0-15376497829411549101-11534227592427080797-googlecl=googlecode.com@googlecode.com>
Date: Fri, 07 Sep 2012 22:06:53 +0000
Subject: Issue 494 in googlecl: Version number differs between changelog and
source code
From: googl...@googlecode.com
To: googlecl-dev@googlegroups.com
Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 494 by m...@morearty.com: Version number differs between
changelog and source code
http://code.google.com/p/googlecl/issues/detail?id=494
What steps will reproduce the problem?
Download the svn project, and then do this:
$ head changelog
$ ./src/google.py --version
What is the expected output? What do you see instead?
The changelog begins with "version 0.9.14", but the program reports that it
is version "0.9.13."
I would expect the changelog and the source code to be in sync with each
other regarding the version number.
What version of the product are you using? On what operating system? What
version of gdata-python-client (aka python-gdata)?
The most recent revision as of this writing is r602.