Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
3.0 (2024-09)
3.0 (2025-08-17)

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

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

2.0 (2019-12-20)
Jump to 2.0 to leave alpha versioning and start doing semver. No actual breaking changes.
Expand Down
2 changes: 1 addition & 1 deletion src/webassets/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.0.0a1"
__version__ = "3.0.0"


# Make a couple frequently used things available right here.
Expand Down