Skip to content

Commit 57389bb

Browse files
committed
chore: last doc tweaks, release 0.2
1 parent adcb502 commit 57389bb

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

MANIFEST.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ include MANIFEST.in
55
include requirements.txt
66
include setup.cfg
77

8-
include *.rst
9-
include conf.py
10-
include Makefile
11-
include pyserial-asyncio.png
8+
include documentation/*.rst
9+
include documentation/conf.py
10+
include documentation/Makefile
11+
include documentation/pyserial-asyncio.png
1212

1313
include test/__init__.py
1414
include test/test_asyncio.py

README.rst

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,8 @@ It depends on pySerial and is compatible with Python 3.4 and later.
99
Documentation
1010
=============
1111

12-
Stable:
13-
14-
- Documentation: http://pythonhosted.org/pyserial-asyncio/
15-
- Download Page: https://pypi.python.org/pypi/pyserial-asyncio
16-
17-
Latest:
18-
1912
- Documentation: http://pyserial-asyncio.readthedocs.io/en/latest/
13+
- Download Page: https://pypi.python.org/pypi/pyserial-asyncio
2014
- Project Homepage: https://github.com/pyserial/pyserial-asyncio
2115

2216

serial_asyncio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
except ImportError:
2525
termios = None
2626

27-
__version__ = '0.1'
27+
__version__ = '0.2'
2828

2929

3030
class SerialTransport(asyncio.Transport):

0 commit comments

Comments
 (0)