← Back to team overview

agesys-dev team mailing list archive

[Bug 1005010] [NEW] oursql.__version__ returns wrong version.

 

Public bug reported:

After installing OurSQL 0.9.3 from source.

Example:
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import oursql
>>> oursql.__version__
'0.9.2'
>>>

Not really sure if it's worth making a patch for this as the version
number will change in the next release anyways... but I thought you
should be aware when people make bug reports for 0.9.2 when it may in
fact be 0.9.3.

/oursql/oursql-0.9.3/oursqlx/oursql.pyx
Line 8 is "__version__ = '0.9.2'"

** Affects: oursql
     Importance: Undecided
         Status: New

** Description changed:

  After installing OurSQL 0.9.3 from source.
  
  Example:
  [GCC 4.6.3] on linux2
  Type "help", "copyright", "credits" or "license" for more information.
  >>> import oursql
  >>> oursql.__version__
  '0.9.2'
  >>>
  
  Not really sure if it's worth making a patch for this as the version
  number will change in the next release anyways... but I thought you
- should be aware when people make bug reports for 0.9.2 when it may be in
- fact 0.9.3.
+ should be aware when people make bug reports for 0.9.2 when it may in
+ fact be 0.9.3.
  
  /oursql/oursql-0.9.3/oursqlx/oursql.pyx
  Line 8 is "__version__ = '0.9.2'"

-- 
You received this bug notification because you are a member of Agesys
Team, which is subscribed to oursql.
https://bugs.launchpad.net/bugs/1005010

Title:
  oursql.__version__ returns wrong version.

Status in oursql:
  New

Bug description:
  After installing OurSQL 0.9.3 from source.

  Example:
  [GCC 4.6.3] on linux2
  Type "help", "copyright", "credits" or "license" for more information.
  >>> import oursql
  >>> oursql.__version__
  '0.9.2'
  >>>

  Not really sure if it's worth making a patch for this as the version
  number will change in the next release anyways... but I thought you
  should be aware when people make bug reports for 0.9.2 when it may in
  fact be 0.9.3.

  /oursql/oursql-0.9.3/oursqlx/oursql.pyx
  Line 8 is "__version__ = '0.9.2'"

To manage notifications about this bug go to:
https://bugs.launchpad.net/oursql/+bug/1005010/+subscriptions


Follow ups

References