Skip to content

Commit

Permalink
release 0.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
specialunderwear committed Apr 21, 2011
1 parent 04b3ab3 commit 47be660
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
6 changes: 6 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Release Notes
=============

v0.14.4
-------

Easymode nolonger installs any packages automatically during installation, these
should now be installed by hand.

v0.14.3
-------

Expand Down
15 changes: 15 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,21 @@ If you want to use easymode's xslt fascilities, make sure to install either
If you want to make use of :ref:`easypublisher`, make sure you've got
`django-reversion <http://code.google.com/p/django-reversion/>`_ installed.

Requirements
============

Easymode requires python 2.6, furthermore the following packages must be installed:

- Django

The following packages might also be required, depending on what features you
are using.

- lxml
- polib
- django-reversion


Example
=======

Expand Down
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
release notes at http://packages.python.org/django-easymode/changes.html"""

version = '0.14.3'
version = '0.14.4'
packages = []
data_files = []

Expand Down Expand Up @@ -62,9 +62,6 @@ def fullsplit(path, result=None):
packages=packages,
data_files=data_files,
platforms = "any",
install_requires=[
'Django>=1.2.1', 'lxml>=2.2.2', 'polib>=0.5.1','django-reversion>=1.3.1'
],
license='GPL',
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 47be660

Please sign in to comment.