Skip to content

Commit

Permalink
Merge pull request #112 from jamescooke/bump-v0.6.2
Browse files Browse the repository at this point in the history
Bump to v0.6.2
  • Loading branch information
jamescooke committed Jun 29, 2019
2 parents 1ad2468 + e39f285 commit e38722e
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 29 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ Unreleased_
See also `latest documentation
<https://flake8-aaa.readthedocs.io/en/latest/>`_.

0.6.2_ - 2019/06/29
-------------------

Added
.....

Expand Down Expand Up @@ -187,7 +190,8 @@ Fixed

Initial alpha release.

.. _Unreleased: https://github.com/jamescooke/flake8-aaa/compare/v0.6.1...HEAD
.. _Unreleased: https://github.com/jamescooke/flake8-aaa/compare/v0.6.2...HEAD
.. _0.6.2: https://github.com/jamescooke/flake8-aaa/compare/v0.6.1...v0.6.2
.. _0.6.1: https://github.com/jamescooke/flake8-aaa/compare/v0.6.0...v0.6.1
.. _0.6.0: https://github.com/jamescooke/flake8-aaa/compare/v0.5.2...v0.6.0
.. _0.5.2: https://github.com/jamescooke/flake8-aaa/compare/v0.5.1...v0.5.2
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ that Flake8-AAA was installed correctly by asking ``flake8`` for its version
signature::

$ flake8 --version
3.7.7 (aaa: 0.6.1, mccabe: 0.6.1, pycodestyle: 2.5.0, pyflakes: 2.1.1) CPython 3.6.7 on Linux
3.7.7 (aaa: 0.6.2, mccabe: 0.6.1, pycodestyle: 2.5.0, pyflakes: 2.1.1) CPython 3.6.7 on Linux

The ``aaa: 0.6.1`` part of that output tells you Flake8 found this plugin. Now
The ``aaa: 0.6.2`` part of that output tells you Flake8 found this plugin. Now
you can run ``flake8`` as usual against your project and Flake8-AAA will lint
your tests via its plugin::

Expand Down
27 changes: 15 additions & 12 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ atomicwrites==1.3.0
attrs==19.1.0
babel==2.7.0
bleach==3.1.0 # via readme-renderer
certifi==2019.3.9
certifi==2019.6.16
chardet==3.0.4
click==7.0 # via pip-tools
docutils==0.14
Expand All @@ -21,14 +21,14 @@ flake8==3.7.7
idna==2.8
imagesize==1.1.0
importlib-metadata==0.18
isort==4.3.20
isort==4.3.21
jinja2==2.10.1
lazy-object-proxy==1.4.1
markupsafe==1.1.1
mccabe==0.6.1
more-itertools==7.0.0
more-itertools==7.1.0
mypy-extensions==0.4.1
mypy==0.701
mypy==0.711
packaging==19.0
pip-tools==3.8.0
pkginfo==1.5.0.1 # via twine
Expand All @@ -39,31 +39,34 @@ pyflakes==2.1.1
pygments==2.4.2
pylint==2.3.1
pyparsing==2.4.0
pytest==4.6.3
pytest==5.0.0
pytz==2019.1
readme-renderer==24.0 # via twine
requests-toolbelt==0.9.1 # via twine
requests==2.22.0
restructuredtext-lint==1.3.0
six==1.12.0
snowballstemmer==1.2.1
snowballstemmer==1.9.0
sphinx-rtd-theme==0.4.3
sphinx==2.1.1
sphinx==2.1.2
sphinxcontrib-applehelp==1.0.1
sphinxcontrib-devhelp==1.0.1
sphinxcontrib-htmlhelp==1.0.2
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.2
sphinxcontrib-serializinghtml==1.1.3
toml==0.10.0
tox==3.12.1
tqdm==4.32.1 # via twine
tox==3.13.1
tqdm==4.32.2 # via twine
twine==1.13.0
typed-ast==1.3.5
typed-ast==1.4.0
urllib3==1.25.3
virtualenv==16.6.0
virtualenv==16.6.1
wcwidth==0.1.7
webencodings==0.5.1 # via bleach
wrapt==1.11.1
wrapt==1.11.2
yapf==0.27.0
zipp==0.5.1

# The following packages are considered to be unsafe in a requirements file:
# setuptools==41.0.1 # via sphinx, twine
29 changes: 16 additions & 13 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,51 +10,54 @@ asttokens==1.1.13
atomicwrites==1.3.0 # via pytest
attrs==19.1.0 # via pytest
babel==2.7.0 # via sphinx
certifi==2019.3.9 # via requests
certifi==2019.6.16 # via requests
chardet==3.0.4 # via requests
docutils==0.14 # via restructuredtext-lint, sphinx
entrypoints==0.3
filelock==3.0.12 # via tox
flake8==3.7.7
idna==2.8 # via requests
imagesize==1.1.0 # via sphinx
importlib-metadata==0.18 # via pluggy, pytest
isort==4.3.20
importlib-metadata==0.18 # via pluggy, pytest, tox
isort==4.3.21
jinja2==2.10.1 # via sphinx
lazy-object-proxy==1.4.1 # via astroid
markupsafe==1.1.1 # via jinja2
mccabe==0.6.1
more-itertools==7.0.0 # via pytest
more-itertools==7.1.0 # via pytest
mypy-extensions==0.4.1 # via mypy
mypy==0.701
packaging==19.0 # via pytest, sphinx
mypy==0.711
packaging==19.0 # via pytest, sphinx, tox
pluggy==0.12.0 # via pytest, tox
py==1.8.0 # via pytest, tox
pycodestyle==2.5.0
pyflakes==2.1.1
pygments==2.4.2
pylint==2.3.1
pyparsing==2.4.0 # via packaging
pytest==4.6.3
pytest==5.0.0
pytz==2019.1 # via babel
requests==2.22.0 # via sphinx
restructuredtext-lint==1.3.0
six==1.12.0
snowballstemmer==1.2.1 # via sphinx
snowballstemmer==1.9.0 # via sphinx
sphinx-rtd-theme==0.4.3
sphinx==2.1.1
sphinx==2.1.2
sphinxcontrib-applehelp==1.0.1 # via sphinx
sphinxcontrib-devhelp==1.0.1 # via sphinx
sphinxcontrib-htmlhelp==1.0.2 # via sphinx
sphinxcontrib-jsmath==1.0.1 # via sphinx
sphinxcontrib-qthelp==1.0.2 # via sphinx
sphinxcontrib-serializinghtml==1.1.3 # via sphinx
toml==0.10.0 # via tox
tox==3.12.1
typed-ast==1.3.5 # via astroid, mypy
tox==3.13.1
typed-ast==1.4.0 # via astroid, mypy
urllib3==1.25.3 # via requests
virtualenv==16.6.0 # via tox
virtualenv==16.6.1 # via tox
wcwidth==0.1.7 # via pytest
wrapt==1.11.1 # via astroid
wrapt==1.11.2 # via astroid
yapf==0.27.0
zipp==0.5.1 # via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools==41.0.1 # via sphinx
2 changes: 1 addition & 1 deletion src/flake8_aaa/__about__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__short_name__ = 'aaa'
__iam__ = 'flake8-{}'.format(__short_name__)
__version__ = '0.6.1'
__version__ = '0.6.2'

__author__ = 'James Cooke'
__copyright__ = '2018 - 2019, {}'.format(__author__)
Expand Down
3 changes: 3 additions & 0 deletions update_sig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ grep -E "CPython" README.rst

echo "Running tox to generate new line..."
NEWLINE=$(tox -e py36-install | grep -E "CPython")

echo "NEWLINE is \"$NEWLINE\""

VERSION=$(echo "$NEWLINE" | grep -Eo "aaa: [^,]*")

echo "Updating file..."
Expand Down

0 comments on commit e38722e

Please sign in to comment.