Skip to content

Commit

Permalink
Release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kwilcox committed Nov 1, 2017
1 parent 958de24 commit 44a3547
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ RUN mkdir -p /etc/my_init.d && \
mkdir -p /gutils
COPY docker/init/* /etc/my_init.d/

ENV GUTILS_VERSION 2.3.0
ENV GUTILS_VERSION 2.4.0

ENV PROJECT_ROOT /code
RUN mkdir -p "$PROJECT_ROOT"
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.0
2.4.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: gutils
version: "2.3.0"
version: "2.4.0"

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 = "2.3.0"
version = "2.4.0"
# The full version, including alpha/beta/rc tags.
release = "2.3.0"
release = "2.4.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 gutils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import logging
L = logging.getLogger(__name__)

__version__ = "2.3.0"
__version__ = "2.4.0"


def boxcar_smooth_dataset(dataset, window_size):
Expand Down

0 comments on commit 44a3547

Please sign in to comment.