Skip to content

Commit 1c2667b

Browse files
Preparing release 0.2
1 parent 7583705 commit 1c2667b

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGES.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Changelog
22
=========
33

44

5-
0.2 (unreleased)
5+
0.2 (2017-11-13)
66
----------------
77

88
- Update color definitions.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from setuptools import setup
66

77

8-
version = '0.2.dev0'
8+
version = '0.2'
99
description = 'The Barceloneta NG Theme for Plone 5.'
1010
long_description = '\n\n'.join([
1111
open('README.rst').read(),

src/plonetheme/barcelonetang/theme/manifest.cfg

+4-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ preview = preview.png
55
doctype = <!DOCTYPE html>
66
rules = /++theme++barcelonetang/rules.xml
77
prefix = /++theme++barcelonetang
8-
enabled-bundles =
9-
disabled-bundles =
8+
enabled-bundles =
9+
disabled-bundles =
1010
production-css = /++theme++barcelonetang-custom/custom.css
1111
tinymce-content-css = /++theme++barcelonetang/assets/css/theme.css
1212

@@ -16,6 +16,7 @@ uninstall = uninstall
1616

1717
[theme:parameters]
1818
portal_url = portal_state/portal_url
19-
theme_version = string:0.2.dev0
19+
theme_version = string:0.2
2020

2121
[theme:themefragments:tiles]
22+

0 commit comments

Comments
 (0)