Skip to content

Commit

Permalink
Update docs for 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kwilcox committed Aug 3, 2018
1 parent d56aa60 commit 54ed8ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0-dev
2.0.0
3 changes: 2 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
Changelog
=========

* :release:`2.0.0 <2018-04-06>`
* :release:`2.0.0 <2018-08-03>`
* :feature:`-` Bump Django to 2.1
* :bug:`132 major` Support datasets with no time dimension
* :feature:`-` Implement background jobs using Huey
* :feature:`-` Moved documentation under the docs/ folder
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
# The short X.Y version.
version = '2.0.0'
# The full version, including alpha/beta/rc tags.
release = '2.0.0-dev'
release = '2.0.0'

rst_epilog = """
.. |github_repo| replace:: https://github.com/sci-wms/sci-wms
Expand Down

0 comments on commit 54ed8ae

Please sign in to comment.