diff --git a/CHANGELOG.md b/CHANGELOG.md index de48cfd..63c7e72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [3.1.1] - 2022-07-15 + +### Fixed + +- Removed rogue print statement. + ## [3.1.0] - 2022-07-14 ### Changed diff --git a/appveyor.yml b/appveyor.yml index 4c682e9..9992682 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,7 +8,7 @@ #---------------------------------# # version format -version: 3.1.0.build{build} +version: 3.1.1.build{build} image: - Visual Studio 2015 diff --git a/dtocean_hydro/configure.py b/dtocean_hydro/configure.py index f64dfcb..a17a187 100644 --- a/dtocean_hydro/configure.py +++ b/dtocean_hydro/configure.py @@ -36,7 +36,6 @@ def get_install_paths(): # Get the root path from the possible site data paths site_data = SiteDataDirectory("DTOcean Data", "DTOcean") site_ini_reader = ReadINI(site_data, "install.ini") - print site_data if etc_ini_reader.config_exists(): config = etc_ini_reader.get_config()