diff --git a/CHANGES b/CHANGES index cf095123..0a508867 100644 --- a/CHANGES +++ b/CHANGES @@ -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. diff --git a/src/webassets/__init__.py b/src/webassets/__init__.py index 0433191b..7c79c6fb 100644 --- a/src/webassets/__init__.py +++ b/src/webassets/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.0.0a1" +__version__ = "3.0.0" # Make a couple frequently used things available right here.