Skip to content

Commit

Permalink
Version 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aptiko committed Mar 7, 2018
1 parent cf84126 commit 5970e58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Expand Up @@ -6,8 +6,8 @@
master_doc = 'index'
project = 'Enhydris'
copyright = '2009-2017, National Technical University of Athens'
version = '2.0.2'
release = '2.0.2'
version = '2.0.3'
release = '2.0.3'
today_fmt = '%B %d, %Y'
html_title = "Enhydris documentation"
html_last_updated_fmt = '%b %d, %Y'
Expand Down
2 changes: 1 addition & 1 deletion enhydris/__init__.py
@@ -1,2 +1,2 @@
__version__ = "2.0.2"
__version__ = "2.0.3"
VERSION = __version__ # synonym

0 comments on commit 5970e58

Please sign in to comment.