Skip to content

Commit 30571cb

Browse files
committed
Release Web Assets 2.1.0
1 parent b733131 commit 30571cb

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
CHANGELOG
22
=========
33

4+
2.1.0 - 2024-11-03
5+
------------------
6+
7+
Vendor webassets to future-proof the plugin. As a drive-by we have dropped
8+
Python versions below 3.9, which are not supported by the full set of this
9+
plugin's' dependencies.
10+
411
2.0.0 - 2021-02-15
512
------------------
613

RELEASE.md

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ packages = ["pelican"]
2525

2626
[project]
2727
name = "pelican-webassets"
28-
version = "2.0.0"
28+
version = "2.1.0"
2929
description = "Pelican plugin to manage web assets such as CSS and JS files"
3030
authors = [
3131
{ name ="Pelican Dev Team <[email protected]>" },

0 commit comments

Comments
 (0)