Skip to content

Commit

Permalink
Release v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seddonym committed Jul 12, 2024
1 parent 93cb53f commit 2b37bd9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog
=========

latest
------
3.4.1 (2024-07-12)
------------------

* Officially support Python 3.13.

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '3.4'
release = '3.4.1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module-name = "grimp._rustgrimp"

[project]
name = "grimp"
version = "3.4"
version = "3.4.1"
license = {text = "BSD 2-Clause License"}
description = "Builds a queryable graph of the imports within one or more Python packages."
authors = [
Expand Down
2 changes: 1 addition & 1 deletion src/grimp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.4"
__version__ = "3.4.1"

from .application.ports.graph import DetailedImport, ImportGraph
from .domain.analysis import PackageDependency, Route
Expand Down

0 comments on commit 2b37bd9

Please # to comment.