Skip to content

Commit

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

latest
------
3.4 (2024-07-09)
----------------

* Speed up adding and removing modules.


3.3 (2024-06-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.3'
release = '3.4'


# -- 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.3"
version = "3.4"
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.3"
__version__ = "3.4"

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

0 comments on commit 6d39404

Please sign in to comment.