File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Creating a release
8
8
- Ensure that the ``version `` in ``serial_asyncio/__init__.py `` is updated
9
9
and in the form of major.minor[.patchlevel]
10
10
- Ensure all changes, including version, is committed then create a tag with
11
- the exact same value as the version (e.g. "0 .5")
11
+ the same value as the version but prefixed with a `` v `` (e.g. "v0 .5")
12
12
- Push to GitHub, merge into master if it is a branch. The GitHub Actions
13
13
are set-up to build the default branch.
14
14
- Inspect the built wheel and tar.gz files for correctness, test.
Original file line number Diff line number Diff line change 25
25
except ImportError :
26
26
termios = None
27
27
28
- __version__ = '0.5 '
28
+ __version__ = '0.6 '
29
29
30
30
31
31
class SerialTransport (asyncio .Transport ):
You can’t perform that action at this time.
0 commit comments