Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kwilcox committed Jul 12, 2021
1 parent 84842a2 commit 8a3347d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0-rc1
2.0.0
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: ioos_qc
version: "2.0.0-rc1"
version: "2.0.0"

source:
path: ../
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@
# built documents.
#
# The short X.Y version.
version = "2.0"
version = "2.0.0"
# The full version, including alpha/beta/rc tags.
release = "2.0.0-rc1"
release = "2.0.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion ioos_qc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env python
# coding=utf-8
__version__ = "2.0.0-rc1"
__version__ = "2.0.0"

0 comments on commit 8a3347d

Please sign in to comment.