Preparing release 2.4.7

[ci skip]
This commit is contained in:
Maurits van Rees 2015-09-15 18:20:56 +02:00
parent cb83fc2042
commit c284f248d3
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Changelog Changelog
========= =========
2.4.7 (unreleased) 2.4.7 (2015-09-15)
------------------ ------------------
- Tweak discussions.css styles to better live with plonetheme.barcelonata - Tweak discussions.css styles to better live with plonetheme.barcelonata

View File

@ -1,7 +1,7 @@
from setuptools import find_packages from setuptools import find_packages
from setuptools import setup from setuptools import setup
version = '2.4.7.dev0' version = '2.4.7'
install_requires = [ install_requires = [
'setuptools', 'setuptools',