We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa115a5 commit 36fd47cCopy full SHA for 36fd47c
CHANGES.rst
@@ -2,7 +2,7 @@ Changelog
2
=========
3
4
5
-0.2.2 (unreleased)
+0.2.2 (2017-11-14)
6
------------------
7
8
- Fix package classifiers.
setup.py
@@ -5,7 +5,7 @@
from setuptools import setup
-version = '0.2.2.dev0'
+version = '0.2.2'
9
description = 'The Barceloneta NG Theme for Plone 5.'
10
long_description = '\n\n'.join([
11
open('README.rst').read(),
src/plonetheme/barcelonetang/theme/manifest.cfg
@@ -16,7 +16,7 @@ uninstall = uninstall
16
17
[theme:parameters]
18
portal_url = portal_state/portal_url
19
-theme_version = string:0.2.2.dev0
+theme_version = string:0.2.2
20
21
[theme:themefragments:tiles]
22
0 commit comments