Closed GoogleCodeExporter closed 9 years ago
Sure thing. I'll cook up something soon. I think NumPy has some nice ideas,
which
includes the version for "release" builds, or some info about the SVN revision
when
one builds from trunk.
Original comment by fullung@gmail.com
on 26 May 2008 at 10:06
Sounds good. setup.py should also be updated and point to 0.1.0 instead of
0.0.3.. or should I open a new ticket
for that? :)
Original comment by thijs.triemstra@gmail.com
on 26 May 2008 at 10:13
Added pyactivemq.__version__ as a string, which is what NumPy does. Also
updated the
version in setup.py.
You could turn it into a tuple using
tuple(map(int,pyactivemq.__version__.split('.')))
I didn't doing anything fancy about the SVN revision for now.
Can I close this issue?
Original comment by fullung@gmail.com
on 27 May 2008 at 6:57
Works for me, thx.
Original comment by thijs.triemstra@gmail.com
on 27 May 2008 at 8:32
Cool. Closing.
Original comment by fullung@gmail.com
on 27 May 2008 at 8:53
Original issue reported on code.google.com by
thijs.triemstra@gmail.com
on 26 May 2008 at 9:52