Skip to content

Commit f641a99

Browse files
committed
Release v1.0.0
1 parent 058ec82 commit f641a99

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
Changelog
22
*********
33

4-
`Unreleased`_ (YYYY-MM-DD)
5-
--------------------------
4+
`1.0.0`_ (2017-03-24)
5+
---------------------
66

7-
- Add server implementation of the `SaltyRTC 1.0 Protocol`_ (TODO:
8-
Use tagged version URL)
7+
- Add server implementation of the `SaltyRTC 1.0 Protocol`_
98
- Initial publication on PyPI
109

11-
.. _SaltyRTC 1.0 Protocol: https://github.com/saltyrtc/saltyrtc-meta/blob/master/Protocol.md
10+
.. _SaltyRTC 1.0 Protocol: https://github.com/saltyrtc/saltyrtc-meta/blob/protocol-1.0/Protocol.md
1211

13-
.. _Unreleased: https://github.com/saltyrtc/saltyrtc-server-python/compare/aa3aceb...HEAD
12+
.. _1.0.0: https://github.com/saltyrtc/saltyrtc-server-python/compare/aa3aceba46cc8683e640499936a6eaa406819ef8...v1.0.0

saltyrtc/server/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
))
3232

3333
__author__ = 'Lennart Grahl <[email protected]>'
34-
__status__ = 'Beta'
35-
__version__ = '0.10.0'
34+
__status__ = 'Production'
35+
__version__ = '1.0.0'

0 commit comments

Comments
 (0)