aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormorefigs <morefigs@gmail.com>2019-04-13 16:36:42 +1000
committermorefigs <morefigs@gmail.com>2019-04-13 16:36:42 +1000
commit6dc1109f3efb17fab36a51d439aa6e2da6e047fb (patch)
treebf00ea16598eee76346e46720727ca5f10d8f101
parenta768500ccd472cbb18262bf4de6a7e533e57b4b6 (diff)
downloadpymba-6dc1109f3efb17fab36a51d439aa6e2da6e047fb.tar.gz
pymba-6dc1109f3efb17fab36a51d439aa6e2da6e047fb.zip
v0.3.4
-rw-r--r--CHANGELOG.md6
-rw-r--r--pymba/__init__.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c6f6c51..8a82b66 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Pymba change log
+## [0.3.4] - 2019/04/13
+### Added
+- Timeout error checking to single frame acquisition example.
+### Changed
+- Removed f-strings for backwards compatibility.
+
## [0.3.3] - 2019/03/28
### Added
- Timeout parameter to acquire frame function.
diff --git a/pymba/__init__.py b/pymba/__init__.py
index ee942dc..3073fee 100644
--- a/pymba/__init__.py
+++ b/pymba/__init__.py
@@ -2,4 +2,4 @@ from .vimba import Vimba, VimbaException
from .frame import Frame
-PYMBA_VERSION = '0.3.3'
+PYMBA_VERSION = '0.3.4'