8000 Indicate that this is the 0.7 dev branch. · woodcoder/flask-assets@8c7fc94 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8c7fc94

Browse files
committed
Indicate that this is the 0.7 dev branch.
This wasn't done properly after the 0.6 release.
1 parent e972588 commit 8c7fc94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flask_assets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from webassets.env import BaseEnvironment, ConfigStorage, env_options
55

66

7-
__version__ = (0, 6, 2)
7+
__version__ = (0, 7, 'dev')
88

99
__all__ = ('Environment', 'Bundle',)
1010

0 commit comments

Comments
 (0)
0