Skip to content

Commit b68412f

Browse files
committed
Release Statistics 1.0.0
1 parent 2bc2550 commit b68412f

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
CHANGELOG
2+
=========
3+
4+
1.0.0 - 2025-01-12
5+
------------------
6+
7+
Initial release as namespace plugin
8+
9+
Contributed by [Arul](https://github.com/arulrajnet) via [PR #1](https://github.com/pelican-plugins/statistics/pull/1/)
10+
11+

RELEASE.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pelican-statistics"
3-
version = "0.0.0"
3+
version = "1.0.0"
44
description = "Pelican plugin that calculates post statistics such as word count, reading ease, and more."
55
authors = [{name = "Pelican Dev Team", email = "[email protected]"}]
66
license = {text = "AGPL-3.0"}

0 commit comments

Comments
 (0)