Skip to content

Commit

Permalink
ci: Increase version to 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Synss committed Jan 25, 2024
1 parent 03d9942 commit ce46bde
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
@@ -1,4 +1,4 @@
[next]
[2.9.0] - 2024-01-25

* tls: Increase chunk size on socket recv/send from 1024 to 4096.
* tls: Add `mbedtls_ssl_conf_read_timeout`, for the read timeout
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -25,7 +25,7 @@
author = "Mathias Laurin"

# The full version, including alpha/beta/rc tags
release = "2.8.0"
release = "2.9.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/mbedtls/__init__.py
Expand Up @@ -19,7 +19,7 @@
import mbedtls.version as version
import mbedtls.x509 as x509

__version__ = "2.8.0"
__version__ = "2.9.0"

__all__ = (
"cipher",
Expand Down

0 comments on commit ce46bde

Please sign in to comment.