Skip to content

Commit

Permalink
Release v3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
seddonym committed Oct 8, 2024
1 parent 878488b commit f779732
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.5 (2024-10-08)
----------------

* Added `as_packages` option to the `find_shortest_chains` method.
* Include 3.13 wheel in release.
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.1'
release = '3.5'


# -- 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.1"
version = "3.5"
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.1"
__version__ = "3.5"

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

0 comments on commit f779732

Please sign in to comment.