Skip to content

Commit

Permalink
Version bumped to 1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonioo committed Apr 30, 2015
1 parent 6187ad4 commit 7a1f11a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modoboa_webmail/modo_extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class Webmail(ModoExtension):
name = "modoboa_webmail"
label = "Webmail"
version = "1.0.0"
version = "1.0.1"
description = ugettext_lazy("Simple IMAP webmail")
needs_media = True
available_for_topredirection = True
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
modoboa-admin
chardet
lxml
rfc6266
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def read(fname):

setup(
name="modoboa-webmail",
version='1.0.0',
version='1.0.1',
url='http://modoboa.org/',
license='MIT',
description="The webmail of Modoboa",
Expand Down

0 comments on commit 7a1f11a

Please sign in to comment.