Bobspadger / pyodbc

Automatically exported from code.google.com/p/pyodbc
MIT No Attribution
0 stars 0 forks source link

Setup script is adding beta0 when getting the release version from the package info. #95

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. python setup.py install
2. python
3. import pyodbc
4. print pyodbc.version

What is the expected output? What do you see instead?
expected: '2.1.7'
received: '2.1.7-beta0'

What version of the product are you using? On what operating system?
pyodbc 2.1.7
CentOS 5

Original issue reported on code.google.com by dkleeham...@gmail.com on 5 Apr 2010 at 9:38

GoogleCodeExporter commented 9 years ago
Fixed in bd04dfcd8bf1a0db6d049580afb96f332a01f844, which will be in 2.1.8

Thanks.

Original comment by mkleehammer on 16 Apr 2010 at 6:47

GoogleCodeExporter commented 9 years ago
Awesome, thanks!

Original comment by dkleeham...@gmail.com on 16 Apr 2010 at 7:02

GoogleCodeExporter commented 9 years ago
I didn't realize that was you :)

For everyone wondering, dkleehammer is my brother...

Original comment by mkleehammer on 16 Apr 2010 at 8:00

GoogleCodeExporter commented 9 years ago

Original comment by mkleehammer on 21 Nov 2010 at 4:45