Skip to content

Commit

Permalink
Preparing release 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmassmann committed Jan 8, 2018
1 parent 75f60e7 commit a383dbe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Changelog
=========


0.5 (unreleased)
0.5 (2018-01-08)
----------------

- Fix search box mobile view.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from setuptools import setup


version = '0.5.dev0'
version = '0.5'
description = 'The Barceloneta NG Theme for Plone 5.'
long_description = '\n\n'.join([
open('README.rst').read(),
Expand Down
2 changes: 1 addition & 1 deletion src/plonetheme/barcelonetang/theme-custom/manifest.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ production-css = /++theme++barcelonetang-custom/custom.css
production-js = /++theme++barcelonetang-custom/custom.js
[theme:parameters]
theme_version = string:0.5.dev0
theme_version = string:0.5
2 changes: 1 addition & 1 deletion src/plonetheme/barcelonetang/theme/manifest.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ uninstall = uninstall

[theme:parameters]
portal_url = portal_state/portal_url
theme_version = string:0.5.dev0
theme_version = string:0.5

[theme:themefragments:tiles]

0 comments on commit a383dbe

Please sign in to comment.