Skip to content

Commit edc9a21

Browse files
authored
Bump to v0.13.0 (#202)
1 parent cfaa83e commit edc9a21

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ Unreleased_
2323
See also `latest documentation
2424
<https://flake8-aaa.readthedocs.io/en/latest/#__unreleased_marker__>`_.
2525

26+
0.13.0_ - 2023/02/17
27+
--------------------
28+
2629
Added
2730
.....
2831

@@ -454,7 +457,8 @@ Fixed
454457

455458
Initial alpha release.
456459

457-
.. _Unreleased: https://github.com/jamescooke/flake8-aaa/compare/v0.12.2...HEAD
460+
.. _Unreleased: https://github.com/jamescooke/flake8-aaa/compare/v0.13.0...HEAD
461+
.. _0.13.0: https://github.com/jamescooke/flake8-aaa/compare/v0.12.2...v0.13.0
458462
.. _0.12.2: https://github.com/jamescooke/flake8-aaa/compare/v0.12.1...v0.12.2
459463
.. _0.12.1: https://github.com/jamescooke/flake8-aaa/compare/v0.12.0...v0.12.1
460464
.. _0.12.0: https://github.com/jamescooke/flake8-aaa/compare/v0.11.2...v0.12.0

src/flake8_aaa/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__short_name__ = 'aaa'
22
__iam__ = 'flake8-{}'.format(__short_name__)
3-
__version__ = '0.12.2'
3+
__version__ = '0.13.0'
44

55
__author__ = 'James Cooke'
66
__copyright__ = '2018 - 2020, {}'.format(__author__)

0 commit comments

Comments
 (0)