Skip to content

Commit 8816061

Browse files
committed
Update changelog and set version to 4.1.0
1 parent e448334 commit 8816061

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,18 @@ Bug Fixes
6565
* Fix file name for compressed files in SizedRotatingLogger (#1382, #1683).
6666
* Fix memory leak in neoVI bus where message_receipts grows with no limit (#1427).
6767
* Raise ValueError if gzip is used with incompatible log formats (#1429).
68+
* Allow restarting of transmission tasks for socketcan (#1440)
6869

6970
Miscellaneous
7071
-------------
7172

7273
* Allow ICSApiError to be pickled and un-pickled (#1341)
7374
* Sort interface names in CLI API to make documentation reproducible (#1342)
7475
* Exclude repository-configuration from git-archive (#1343)
75-
* Improve documentation (#1397, #1401, #1405, #1420, #1421)
76+
* Improve documentation (#1397, #1401, #1405, #1420, #1421, #1434)
7677
* Officially support Python 3.11 (#1423)
7778
* Migrate code coverage reporting from Codecov to Coveralls (#1430)
79+
* Migrate building docs and publishing releases to PyPi from Travis-CI to GitHub Actions (#1433)
7880

7981
Version 4.0.0
8082
====

can/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import logging
99
from typing import Dict, Any
1010

11-
__version__ = "4.1.0a2"
11+
__version__ = "4.1.0"
1212

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

0 commit comments

Comments
 (0)