Skip to content

Commit

Permalink
chore: release 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zsquareplusc committed Sep 30, 2021
1 parent 07fe4de commit 6abf007
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DEVELOPER.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Creating a release
- Ensure that the ``version`` in ``serial_asyncio/__init__.py`` is updated
and in the form of major.minor[.patchlevel]
- Ensure all changes, including version, is committed then create a tag with
the exact same value as the version (e.g. "0.5")
the same value as the version but prefixed with a ``v`` (e.g. "v0.5")
- Push to GitHub, merge into master if it is a branch. The GitHub Actions
are set-up to build the default branch.
- Inspect the built wheel and tar.gz files for correctness, test.
Expand Down
2 changes: 1 addition & 1 deletion serial_asyncio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
except ImportError:
termios = None

__version__ = '0.5'
__version__ = '0.6'


class SerialTransport(asyncio.Transport):
Expand Down

0 comments on commit 6abf007

Please sign in to comment.