feature request : version information in code

Bug #461853 reported by fredp
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
pyexiv2
Fix Released
Medium
Olivier Tilloy

Bug Description

It's always nice to be able to know which version of a library you're working with, especially when it came as part of a larger package.

A global __version__ string in the main module is usually enough...

Revision history for this message
Olivier Tilloy (osomon) wrote :

This is fixed in the 0.2 branch:

>>> import pyexiv2
>>> pyexiv2.__version__
(0, 2, 1)
>>> pyexiv2.__exiv2_version__
(0, 18, 0)

Changed in pyexiv2:
assignee: nobody → Olivier Tilloy (osomon)
importance: Undecided → Medium
milestone: none → 0.2
status: New → Fix Committed
Olivier Tilloy (osomon)
Changed in pyexiv2:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.