Skip to content

Commit e13b905

Browse files
committed
Release v3.7.1
1 parent d780fe4 commit e13b905

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog
33
=========
44

5-
Unreleased
6-
----------
5+
3.7.1 (2025-03-12)
6+
------------------
77

88
* Fixed handling of within-descendant-imports when squashing modules (see `Issue 195 <https://github.com/seddonym/grimp/issues/195>`_).
99

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = ''
2828
# The full version, including alpha/beta/rc tags
29-
release = '3.7'
29+
release = '3.7.1'
3030

3131

3232
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module-name = "grimp._rustgrimp"
88

99
[project]
1010
name = "grimp"
11-
version = "3.7"
11+
version = "3.7.1"
1212
license = {text = "BSD 2-Clause License"}
1313
description = "Builds a queryable graph of the imports within one or more Python packages."
1414
authors = [

src/grimp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.7"
1+
__version__ = "3.7.1"
22

33
from .application.ports.graph import DetailedImport, ImportGraph, Import
44
from .domain.analysis import PackageDependency, Route

0 commit comments

Comments
 (0)