Preparing release 2.4.5

[ci skip]
This commit is contained in:
esteele 2015-09-11 15:36:47 -04:00
parent 90ec3d73ac
commit eb69461f35
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Changelog Changelog
========= =========
2.4.5 (unreleased) 2.4.5 (2015-09-11)
------------------ ------------------
- Updated basque translation - Updated basque translation

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.5.dev0' version = '2.4.5'
install_requires = [ install_requires = [
'setuptools', 'setuptools',