Skip to content

Commit cdf1e5a

Browse files
committed
Start 3.3.4 release notes
1 parent 8b76232 commit cdf1e5a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Version 3.3.4
2+
====
3+
4+
Last call for Python2 support.
5+
6+
* #850 Fix socket.error is a deprecated alias of OSError used on Python versions lower than 3.3.
7+
8+
19
Version 3.3.3
210
====
311

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.3"
11+
__version__ = "3.3.4-dev0"
1212

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

0 commit comments

Comments
 (0)