Skip to content

Commit

Permalink
Release 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kwilcox committed Dec 22, 2017
1 parent d62c91b commit 850483b
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.2.7
1.2.8
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.2.7"
version: "1.2.8"

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.2.7"
version = "1.2.8"
# The full version, including alpha/beta/rc tags.
release = "1.2.7"
release = "1.2.8"

# 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.2.7"
__version__ = "1.2.8"

0 comments on commit 850483b

Please sign in to comment.