Skip to content

Commit

Permalink
Bump version to 0.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sevein committed Feb 12, 2024
1 parent f944676 commit 7821c59
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ See the fragment files in the `changelog.d directory`_.

.. scriv-insert-here
.. _changelog-0.7.8:

0.7.8 - 2024-02-12
==================

Changed
-------

- Replace bandit with Ruff's flake8-bandit rules.

.. _changelog-0.7.7:

0.7.7 — 2024-02-09
Expand Down
2 changes: 1 addition & 1 deletion a3m/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.7.7"
__version__ = "0.7.8"

__all__ = ["__version__"]

0 comments on commit 7821c59

Please sign in to comment.