Skip to content

Commit

Permalink
Update changelog and set version to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hardbyte committed Nov 24, 2022
1 parent e448334 commit 8816061
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Expand Up @@ -65,16 +65,18 @@ Bug Fixes
* Fix file name for compressed files in SizedRotatingLogger (#1382, #1683).
* Fix memory leak in neoVI bus where message_receipts grows with no limit (#1427).
* Raise ValueError if gzip is used with incompatible log formats (#1429).
* Allow restarting of transmission tasks for socketcan (#1440)

Miscellaneous
-------------

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

Version 4.0.0
====
Expand Down
2 changes: 1 addition & 1 deletion can/__init__.py
Expand Up @@ -8,7 +8,7 @@
import logging
from typing import Dict, Any

__version__ = "4.1.0a2"
__version__ = "4.1.0"

log = logging.getLogger("can")

Expand Down

0 comments on commit 8816061

Please sign in to comment.