Skip to content

Commit 9682d6a

Browse files
committed
Update changelog and bump to alpha version
1 parent 23cf849 commit 9682d6a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Version 3.3.4
44
Last call for Python2 support.
55

66
* #850 Fix socket.error is a deprecated alias of OSError used on Python versions lower than 3.3.
7+
* #846 Use inter-process mutex to prevent concurrent neoVI device open.
8+
* #879 Updating incorrect api documentation.
9+
* #885 Fix recursion message in Message.__getattr__
10+
* #845 Fix socketcan issue
11+
* #788 Fix issue with extended_id
712

813

914
Version 3.3.3

can/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import logging
1010

11-
__version__ = "3.3.4-dev0"
11+
__version__ = "3.3.4-alpha0"
1212

1313
log = logging.getLogger('can')
1414

0 commit comments

Comments
 (0)