Skip to content

Commit

Permalink
bump to version 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Roguelazer committed Sep 13, 2018
1 parent 053f687 commit 6c10a33
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ build/
dist/
sdist/
*.egg-info/
venv*/
.pytest*
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
0.3
===
- Add a man page (contribution by @ssgelm)
- Split `sendmail` command on whitespace (contribution by @nottwo)
- Fix a ton of bugs with MIME tree construction
- fix tests
2 changes: 1 addition & 1 deletion muttdown/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version_info = (0, 2)
version_info = (0, 3)
__version__ = '.'.join(map(str, version_info))
__author__ = 'James Brown <[email protected]>'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="muttdown",
version="0.2",
version="0.3",
author="James Brown",
author_email="[email protected]",
url="https://github.com/Roguelazer/muttdown",
Expand Down

0 comments on commit 6c10a33

Please sign in to comment.