We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9507e30 commit cea1717Copy full SHA for cea1717
2 files changed
can/__init__.py
@@ -5,7 +5,7 @@
5
6
import logging
7
8
-__version__ = "2.0.0-alpha.2"
+__version__ = "2.0.0-beta.1"
9
10
log = logging.getLogger('can')
11
doc/development.rst
@@ -13,7 +13,7 @@ Creating a Release
13
------------------
14
15
- Release from the ``master`` branch.
16
-- Update the library version in ``setup.py`` and in ``doc/conf.py`` using `semantic versioning <http://semver.org>`__.
+- Update the library version in ``__init__.py`` using `semantic versioning <http://semver.org>`__.
17
- Run all tests and examples against available hardware.
18
- Update `CONTRIBUTORS.txt` with any new contributors.
19
- Sanity check that documentation has stayed inline with code. For large changes update ``doc/history.rst``
0 commit comments