File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,6 +15,12 @@ GNU General Public License for more details.
1515You should have received a copy of the GNU General Public License
1616along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
18+ Changes in 1.3.0:
19+ 1/ Reworked Python interface to logging callback functions.
20+ 2/ Renamed submodules and revised build process.
21+ 3/ Hid xxx_ref, xxx_unref & xxx_free functions from Python.
22+ 4/ Fixed some bugs in error handling.
23+
1824Changes in 1.2.2:
1925 1/ Temporarily fix build problems with Python 3.5
2026 2/ Added a "choose camera" example showing how to handle multiple cameras.
Original file line number Diff line number Diff line change 2323from distutils .core import setup , Extension
2424import os
2525import re
26- import shlex
2726import subprocess
2827import sys
2928
3029# python-gphoto2 version
31- version = '1.3.0-alpha '
30+ version = '1.3.0'
3231
3332# get gphoto2 library config
3433gphoto2_version = '.' .join (subprocess .check_output (
You can’t perform that action at this time.
0 commit comments