Skip to content

Commit

Permalink
Version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tonioo committed Oct 21, 2015
1 parent 1ce5b50 commit 61a5b02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# The short X.Y version.
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '1.0.0'
release = '1.0.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
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.1"
version = "1.0.2"
description = ugettext_lazy("Simple IMAP webmail")
needs_media = True
available_for_topredirection = True
Expand Down
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.1',
version='1.0.2',
url='http://modoboa.org/',
license='MIT',
description="The webmail of Modoboa",
Expand Down

0 comments on commit 61a5b02

Please sign in to comment.