Skip to content

Commit

Permalink
Version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aptiko committed Aug 17, 2021
1 parent 57799d6 commit 0a45a84
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
master_doc = "index"
project = "Enhydris"
copyright = "2009-2017, National Technical University of Athens"
version = "DEV"
release = "DEV"
version = "3.0.0"
release = "3.0.0"
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import importlib
import os

__version__ = "DEV"
__version__ = "3.0.0"
VERSION = __version__ # synonym


Expand Down

0 comments on commit 0a45a84

Please sign in to comment.