diff --git a/README.md b/README.md index 68a473d..7cb64e0 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,6 @@ You can add your own library as a dict into the config. Please submit your confi # Future features -* own folder in static * templates for include in header and footer * add more libraries for downloading * new command: list of all libraries diff --git a/django_auto_static_libs/__init__.py b/django_auto_static_libs/__init__.py index 3c1973c..a549248 100644 --- a/django_auto_static_libs/__init__.py +++ b/django_auto_static_libs/__init__.py @@ -3,7 +3,7 @@ Version code adopted from Django development version. https://github.com/django/django """ -VERSION = (0, 4,2, 'final', 0) +VERSION = (0, 4,3, 'final', 0) def get_version(version=None): """