Skip to content

Commit 5a7af26

Browse files
authored
Merge pull request #563 from miracle2k/release-3.0
Release 3.0.0
2 parents 58b9b1b + 411e36d commit 5a7af26

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGES

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
3.0 (2024-09)
1+
3.0 (2025-08-17)
22

33
Bumped to 3.0 because holy *shit* did this drop a bunch of versions and make changes!
44

5-
- drop every Python version earlier than 3.11
6-
- remove the now-obsolete "yui" compressor, since it's dead-dead-omgmalware-dead
7-
- update tests so they validate that they work with babel 7, not 6
5+
- Drop every Python version earlier than 3.10.
6+
- Remove the now-obsolete "yui" compressor, since it's dead-dead-omgmalware-dead.
7+
- Update tests so they validate that they work with babel 7, not 6.
8+
- Modernize CI and tooling.
89

910
2.0 (2019-12-20)
1011
Jump to 2.0 to leave alpha versioning and start doing semver. No actual breaking changes.

src/webassets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.0.0a1"
1+
__version__ = "3.0.0"
22

33

44
# Make a couple frequently used things available right here.

0 commit comments

Comments
 (0)