File tree 3 files changed +6
-5
lines changed
src/plonetheme/barcelonetang/theme
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Changelog
2
2
=========
3
3
4
4
5
- 0.2 (unreleased )
5
+ 0.2 (2017-11-13 )
6
6
----------------
7
7
8
8
- Update color definitions.
Original file line number Diff line number Diff line change 5
5
from setuptools import setup
6
6
7
7
8
- version = '0.2.dev0 '
8
+ version = '0.2'
9
9
description = 'The Barceloneta NG Theme for Plone 5.'
10
10
long_description = '\n \n ' .join ([
11
11
open ('README.rst' ).read (),
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ preview = preview.png
5
5
doctype = <!DOCTYPE html>
6
6
rules = /++theme++barcelonetang/rules.xml
7
7
prefix = /++theme++barcelonetang
8
- enabled-bundles =
9
- disabled-bundles =
8
+ enabled-bundles =
9
+ disabled-bundles =
10
10
production-css = /++theme++barcelonetang-custom/custom.css
11
11
tinymce-content-css = /++theme++barcelonetang/assets/css/theme.css
12
12
@@ -16,6 +16,7 @@ uninstall = uninstall
16
16
17
17
[theme:parameters]
18
18
portal_url = portal_state/portal_url
19
- theme_version = string:0.2.dev0
19
+ theme_version = string:0.2
20
20
21
21
[theme:themefragments:tiles]
22
+
You can’t perform that action at this time.
0 commit comments