mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 12:16:53 +00:00
Update version string to beta
Add a version info tuple for plugins to use
This commit is contained in:
parent
f3cd7ee6fb
commit
9fe82d7be0
1 changed files with 2 additions and 1 deletions
|
|
@ -27,7 +27,8 @@ LOG.addHandler(NullHandler())
|
|||
# Clean up after LOG config
|
||||
del NullHandler
|
||||
|
||||
__version__ = '3.0.0a1'
|
||||
__version__ = '3.0.0b1'
|
||||
__version_info__ = tuple(int(i) for i in __version__.split('.') if i.isdigit())
|
||||
|
||||
|
||||
# There is nothing lower than logging.DEBUG (10) in the logging library,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue