Skip to content

Commit b3a1852

Browse files
author
Edoardo Gallo
authored
prepare v2.0.0 (#55)
1 parent 5f8e61a commit b3a1852

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33

44
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## [Unreleased]
6+
## [2.0.0] - 2019-11-25
77
### Added
88
- Call `disconnect()` method.
99

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33

44
![PyPI Version](https://img.shields.io/pypi/v/signalwire.svg?color=brightgreen)
5-
![PyPI Version](https://img.shields.io/badge/pipy-v2.0.0b2-yellow.svg)
65
![Drone CI](https://ci.signalwire.com/api/badges/signalwire/signalwire-python/status.svg)
76

87
The Relay SDK for Python enables developers to connect and use SignalWire's Relay APIs within their own Python code. Our Relay SDK allows developers to build or add robust and innovative communication services to their applications.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def get_version():
1616
raise RuntimeError('Unable to find package version!')
1717

1818
CLASSIFIERS = [
19-
'Development Status :: 4 - Beta',
19+
'Development Status :: 5 - Production/Stable',
2020
'Intended Audience :: Developers',
2121
'Intended Audience :: Information Technology',
2222
'Intended Audience :: Telecommunications Industry',

signalwire/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
name = "signalwire"
22

3-
__version__ = '2.0.0rc1'
3+
__version__ = '2.0.0'

0 commit comments

Comments
 (0)