Skip to content

Commit

Permalink
Release 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kwilcox committed Jul 5, 2018
1 parent 6250782 commit 06dcc0d
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.4.0
1.4.1
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.4.0"
version: "1.4.1"

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.4.0"
version = "1.4.1"
# The full version, including alpha/beta/rc tags.
release = "1.4.0"
release = "1.4.1"

# 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.4.0"
__version__ = "1.4.1"

0 comments on commit 06dcc0d

Please sign in to comment.