Skip to content

Commit ae9740c

Browse files
Updated change log.
1 parent c985b4f commit ae9740c

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ GNU General Public License for more details.
1515
You should have received a copy of the GNU General Public License
1616
along 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+
1824
Changes 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.

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,11 @@
2323
from distutils.core import setup, Extension
2424
import os
2525
import re
26-
import shlex
2726
import subprocess
2827
import sys
2928

3029
# python-gphoto2 version
31-
version = '1.3.0-alpha'
30+
version = '1.3.0'
3231

3332
# get gphoto2 library config
3433
gphoto2_version = '.'.join(subprocess.check_output(

0 commit comments

Comments
 (0)