Skip to content

Commit 5fdc6fa

Browse files
committed
chore(release): bump version
1 parent 56c05e2 commit 5fdc6fa

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Changelog
22
---------
3+
4+
2.0.0 (2024/06/28)
5+
******************
6+
- Fix Test 3 implementation issue (#3, thanks @robertsdotpm and @northteam)
7+
38
1.0.0 (2018/06/12)
49
******************
510
- Release as ``pystun3`` with support for Python 3.

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@ def main():
3737
}
3838
)
3939

40+
4041
if __name__ == '__main__':
4142
main()

stun/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import random
44
import socket
55

6-
__version__ = '1.0.0'
6+
__version__ = '2.0.0'
77

88
log = logging.getLogger("pystun3")
99

0 commit comments

Comments
 (0)