Skip to content

Commit

Permalink
Release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Feb 1, 2018
1 parent cbb28b0 commit 33dcfff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
History
-------

1.0.0 (unreleased)
1.0.0 (2018-02-01)
++++++++++++++++++

* Dropped cmsplugin-filer in favor of core plugins which now use filer
Expand Down
2 changes: 1 addition & 1 deletion djangocms_installer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
__author__ = 'Iacopo Spalletti'
__email__ = 'i.spalletti@nephila.it'
__version__ = '1.0.0rc1'
__version__ = '1.0.0'
2 changes: 1 addition & 1 deletion djangocms_installer/config/data.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import, print_function, unicode_literals

import os
import sys
import time

Expand Down Expand Up @@ -188,7 +189,6 @@
}

DEFAULT_PROJECT_HEADER = """# -*- coding: utf-8 -*-
import os
gettext = lambda s: s
"""
STATICFILES_DEFAULT = """STATICFILES_DIRS = (
Expand Down

0 comments on commit 33dcfff

Please sign in to comment.