mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-03 11:56:52 +00:00
Bump version for v3.0.3
Update release date as well
This commit is contained in:
parent
22650e5086
commit
0b861e31ef
2 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
3.0.3 -- 2016-07-28 (unreleased)
|
||||
--------------------------------
|
||||
3.0.3 -- 2016-07-30
|
||||
-------------------
|
||||
|
||||
- Disable ``--jobs`` for any version of Python on Windows.
|
||||
(See also `this Python bug report`_)
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ LOG.addHandler(NullHandler())
|
|||
# Clean up after LOG config
|
||||
del NullHandler
|
||||
|
||||
__version__ = '3.0.2'
|
||||
__version__ = '3.0.3'
|
||||
__version_info__ = tuple(int(i) for i in __version__.split('.') if i.isdigit())
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue