Skip to content

Commit

Permalink
Release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaiter committed Apr 25, 2015
1 parent 85b4d8c commit 57dc920
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chdkptp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from chdkptp.device import ChdkDevice, list_devices, DeviceInfo

__version__ = "0.1.2"
__version__ = "0.1.3"
__all__ = ['ChdkDevice', 'list_devices', 'DeviceInfo']
6 changes: 6 additions & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ API Reference

Changelog
=========
0.1.3 (2015/04/25)
- Bugfix in error handling code
- Bugfix: Uploading files under a different name works now
- API Change: `ChdkDevice.delete_files` now takes a variable number of
arguments

0.1.2 (2015/01/29)
- Minor documentation updates

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def run(self):

setup(
name='chdkptp.py',
version="0.1.2",
version="0.1.3",
description=("Python bindings for chdkptp"),
author="Johannes Baiter",
url="http://github.com/jbaiter/chdkptp-py.git",
Expand Down

0 comments on commit 57dc920

Please sign in to comment.