Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Start of 0.3 branch
  • Loading branch information
dokterbob committed May 19, 2011
1 parent 7f2c939 commit 7e7f38a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions COPYRIGHT
@@ -1,5 +1,7 @@
django-popularity: A generic view- and popularity tracking pluggable for Django.
Copyright (C) 2008-2009 Mathijs de Bruin and contributors
django-newsletter: Django app for managing multiple mass-mailing lists with
both plaintext as well as HTML templates (and TinyMCE editor for HTML messages),
images and a smart queueing system all right from the admin interface.
Copyright (C) 2008-2011 Mathijs de Bruin

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,4 +1,4 @@
django-extensions
Django>=1.1
Django>=1.3
vobject
django-tinymce
8 changes: 4 additions & 4 deletions setup.py
Expand Up @@ -3,7 +3,7 @@
# django-newsletter: Django app for managing multiple mass-mailing lists with
# both plaintext as well as HTML templates (and TinyMCE editor for HTML messages),
# images and a smart queueing system all right from the admin interface.
# Copyright (C) 2008-2010 Mathijs de Bruin
# Copyright (C) 2008-2011 Mathijs de Bruin
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
Expand Down Expand Up @@ -35,14 +35,14 @@

setup(
name = 'django-newsletter',
version = "0.2.6",
version = "0.3.0",
description = 'Django app for managing multiple mass-mailing lists with both plaintext as well as HTML templates (and TinyMCE editor for HTML messages), images and a smart queueing system all right from the admin interface.',
long_description = README,
install_requires=REQUIREMENTS,
author = 'Mathijs de Bruin',
author_email = 'mathijs@mathijsfietst.nl',
url = 'http://github.com/dokterbob/django-newsletter',
packages = find_packages(exclude=['demo']),
url = 'http://github.com/dokterbob/django-newsletter/',
packages = find_packages(),
include_package_data = True,
classifiers = ['Development Status :: 4 - Beta',
'Environment :: Web Environment',
Expand Down

0 comments on commit 7e7f38a

Please sign in to comment.