Skip to content

Commit 46ec26b

Browse files
committed
chore: updated version
1 parent 8a26e26 commit 46ec26b

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

git_analytics/static/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ <h2>Commits</h2>
309309
<!-- footer -->
310310
<footer class="bg-dark text-white py-3 mt-auto">
311311
<div class="container">
312-
<span>&copy; 2025 ver 0.1.12</span>
312+
<span>&copy; 2025 ver 0.1.13</span>
313313
</div>
314314
</footer>
315315
<script src="js/bootstrap.bundle.min.js"></script>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "git-analytics"
3-
version = "0.1.12"
3+
version = "0.1.13"
44
description = "Advanced analytics for Git repositories — commits, authors, code churn, lines of code, trends, and visual dashboards."
55
authors = ["n0rfas <n0rfas@protonmail.com>"]
66
license = "MIT"

tests/fakes/fake_big_data.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
from git_analytics.entities import AnalyticsCommit, FileChangeStats
44

5-
65
BIG_FAKE_DATA = [
76
AnalyticsCommit(
87
sha="9a871bc4c0cad148886b6217e9152c3bdeb443e2",

0 commit comments

Comments
 (0)