Skip to content

Commit 2c0fc8d

Browse files
Preparing release 0.4
1 parent 78a8b8b commit 2c0fc8d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGES.rst

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

44

5-
0.4 (unreleased)
5+
0.4 (2017-11-27)
66
----------------
77

88
- Remove slider theme fragment. Use collective.tiles.sliders instead.

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.4.dev0'
8+
version = '0.4'
99
description = 'The Barceloneta NG Theme for Plone 5.'
1010
long_description = '\n\n'.join([
1111
open('README.rst').read(),

src/plonetheme/barcelonetang/theme-custom/manifest.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ production-css = /++theme++barcelonetang-custom/custom.css
99
production-js = /++theme++barcelonetang-custom/custom.js
1010
1111
[theme:parameters]
12-
theme_version = string:0.4.dev0
12+
theme_version = string:0.4
1313

src/plonetheme/barcelonetang/theme/manifest.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ uninstall = uninstall
1414

1515
[theme:parameters]
1616
portal_url = portal_state/portal_url
17-
theme_version = string:0.4.dev0
17+
theme_version = string:0.4
1818

1919
[theme:themefragments:tiles]
2020

0 commit comments

Comments
 (0)