Skip to content

Commit

Permalink
Release 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kwilcox committed Dec 17, 2019
1 parent cc7d0be commit d90bd54
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 @@
1.9.1
1.9.2
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: pocean-core
version: "1.9.1"
version: "1.9.2"

source:
path: ../
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
# built documents.
#
# The short X.Y version.
version = "1.9.1"
version = "1.9.2"
# The full version, including alpha/beta/rc tags.
release = "1.9.1"
release = "1.9.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 pocean/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
logger = logging.getLogger("pocean")
logger.addHandler(logging.NullHandler())

__version__ = "1.9.1"
__version__ = "1.9.2"

0 comments on commit d90bd54

Please sign in to comment.