Skip to content

Commit f504f45

Browse files
tayler6000SEIDO-JP
andcommitted
Release pyVoIP v1.6.5-rc.1
Fixed #55 Fixed #96 Fixed #146 Co-authored-by: SEIDO-JP <[email protected]>
1 parent be2e18c commit f504f45

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
author = 'Tayler J Porter'
2525

2626
# The full version, including alpha/beta/rc tags
27-
release = '1.6.4'
27+
release = '1.6.5-rc.1'
2828

2929
master_doc = 'index'
3030

pyVoIP/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__all__ = ["SIP", "RTP", "VoIP"]
22

3-
version_info = (1, 6, 4)
3+
version_info = (1, 6, "5-rc.1")
44

55
__version__ = ".".join([str(x) for x in version_info])
66

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="pyVoIP",
10-
version="1.6.4",
10+
version="1.6.5-rc.1",
1111
description="PyVoIP is a pure python VoIP/SIP/RTP library.",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)