Skip to content

Commit

Permalink
prep for 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Mar 20, 2012
1 parent 08f5374 commit 3586e74
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Next release
------------
0.6 (2012-03-20)
----------------

- Python 2.5, 2.6, 2.7, 3.2, and pypy compatibility.

Expand Down
1 change: 1 addition & 0 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
pyramid_mailer is a package for sending email from your Pyramid application.
It is compatible with Python 2.5, 2.6. 2.7 and 3.2.

See the documentation at
http://docs.pylonsproject.org/projects/pyramid_mailer/en/latest/ for more info.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def nothing(*arg):
# other places throughout the built documents.
#
# The short X.Y version.
version = '0.6'
version = '0.7'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
5 changes: 3 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ pyramid_mailer
==================

**pyramid_mailer** is a package for the `Pyramid`_ framework to take the pain
out of sending emails. It has the following features:
out of sending emails. It is compatible with Python 2.5, 2.6, 2.7, and
3.2. It has the following features:

1. A wrapper around the low-level email functionality of standard
Python. This includes handling multipart emails with both text and HTML
content, and file attachments.

2. The option of directly sending an email or adding it to the queue in your
maildir.
maildir.

3. Wrapping email sending in the transaction manager. If you have a view that
sends a customer an email for example, and there is an error in that view
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
pyramid_mailer is a package for taking the pain out of sending emails
in your Pyramid project.
pyramid_mailer is a package for taking the pain out of sending emails in your
Pyramid project. It is compatible with Python 2.5, 2.6, 2.7, and 3.2.
This includes:
Expand Down Expand Up @@ -33,7 +33,7 @@

setup(
name='pyramid_mailer',
version='0.7dev',
version='0.7',
license='BSD',
author='Dan Jacob',
author_email='danjac354@gmail.com',
Expand Down

0 comments on commit 3586e74

Please sign in to comment.