Skip to content

Commit

Permalink
Bump to version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
outini committed Sep 7, 2017
1 parent 18242c2 commit 138bac0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ pymailq - Simple mail queue management
Contact: Denis Pompilio (jawa) <[email protected]>
https://github.com/outini/pymailq

=== v0.9.0 07/09/2017 ===
* [bug] Fixing wrong usage for command inspect
* Auto-decoding encoded mail subjects
* Better encoding support for python2.7 and python3+
* Mail.show() method now display every mail headers
* Implementation of store auto loading
* Added Debian binary packages

=== v0.8.0 28/08/2017 ===
* [bug] Fixing handling of modifiers completion
* [bug] Fixing parse_error message retention
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0
0.9.0
2 changes: 1 addition & 1 deletion pymailq/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
DEBUG = False

#: Current version of the package as :class:`str`.
VERSION = "0.8.0"
VERSION = "0.9.0"

#: Module configuration as :class:`dict`.
CONFIG = {
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

if __name__ == '__main__':
readme_file = os.path.join(os.path.dirname(__file__), 'README.rst')
release = "0.8.0"
release = "0.9.0"
setup(
name="pymailq",
version=release,
Expand Down

0 comments on commit 138bac0

Please sign in to comment.