Preparing release 2.4.8

This commit is contained in:
esteele 2015-09-20 20:56:28 +02:00
parent 98f1f3d6a4
commit 6622934b23
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Changelog
=========
2.4.8 (unreleased)
2.4.8 (2015-09-20)
------------------
- Use registry lookup for types_use_view_action_in_listings

View File

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