Skip to content

Commit 02d1506

Browse files
committed
release 0.9.0b2
1 parent 20be6fa commit 02d1506

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
tlslite-ng version 0.9.0b1 (2025-09-25)
1+
tlslite-ng version 0.9.0b2 (2025-09-26)
22

33
[![GitHub CI](https://github.com/tlsfuzzer/tlslite-ng/actions/workflows/ci.yml/badge.svg)](https://github.com/tlsfuzzer/tlslite-ng/actions/workflows/ci.yml)
44
[![Read the Docs](https://img.shields.io/readthedocs/tlslite-ng)](https://tlslite-ng.readthedocs.io/en/latest/)
@@ -622,7 +622,7 @@ Similarly, while delegated credentials have a valid time option, it is not enfor
622622
12 History
623623
===========
624624
625-
0.9.0b1 - 2025-09-25
625+
0.9.0b2 - 2025-09-26
626626
* support for Delegated Credentials (Ganna Starovoytova)
627627
* (Experimental) support for ML-DSA certificates in TLS
628628

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
# The short X.Y version.
3535
version = u'0.9'
3636
# The full version, including alpha/beta/rc tags.
37-
release = u'0.9.0b1'
37+
release = u'0.9.0b2'
3838

3939

4040
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
README = f.read()
1212

1313
setup(name="tlslite-ng",
14-
version="0.9.0b1",
14+
version="0.9.0b2",
1515
author="Alicja Kario",
1616
author_email="[email protected]",
1717
url="https://github.com/tlsfuzzer/tlslite-ng",

tlslite/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# See the LICENSE file for legal information regarding use of this file.
66

7-
__version__ = "0.9.0b1"
7+
__version__ = "0.9.0b2"
88
# the whole module is about importing most commonly used methods, for use
99
# by other applications
1010
# pylint: disable=unused-import

0 commit comments

Comments
 (0)