Skip to content

Commit

Permalink
Work on 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
greyli committed Oct 22, 2023
1 parent c5a66ec commit 2f7a1e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 1,5 @@
2.1.1 (Unreleased)

2.1.0 (2023-10-22)
- Drop Python 2.x support.
- Migrate from nose to pytest.
Expand Down
2 changes: 1 addition & 1 deletion src/flask_assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 20,7 @@
from webassets.filter import Filter, register_filter
from webassets.loaders import PythonLoader, YAMLLoader

__version__ = (2, 1, 0)
__version__ = (2, 1, 1, 'dev')
# webassets core compatibility used in setup.py
__webassets_version__ = ('>=2.0', )

Expand Down

0 comments on commit 2f7a1e7

Please sign in to comment.