Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
thouska committed Jun 21, 2022
1 parent c253e6c commit 2b844a7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

All notable changes to this project will be documented in this file.

## [Unreleased Changes](https://github.com/thouska/spotpy/compare/v1.5.13...master)
## [Unreleased Changes](https://github.com/thouska/spotpy/compare/v1.5.15...master)

## Spotpy Version [1.5.15] (https://github.com/thouska/spotpy/compare/v1.5.14..v.1.5.15) (2022-06-21)
## Spotpy Version [1.5.14] (https://github.com/thouska/spotpy/compare/v1.5.13..v.1.5.14) (2020-10-09)
## Spotpy Version [1.5.13](https://github.com/thouska/spotpy/compare/v1.5.12...v1.5.13) (2020-09-07)

* Introducing package dependencies as requested [#249](https://github.com/thouska/spotpy/issues/249)
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name = 'spotpy',
version = '1.5.14',
version = '1.5.15',
description = 'A Statistical Parameter Optimization Tool',
long_description=open(os.path.join(os.path.dirname(__file__),
"README.rst")).read(),
Expand All @@ -27,5 +27,6 @@
'Programming Language :: Python',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Topic :: Software Development :: Libraries :: Python Modules'],
)
2 changes: 1 addition & 1 deletion spotpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
from . import describe # Contains some helper functions to describe samplers and set-ups
from .hydrology import signatures # Quantifies goodness of fit between simulation and evaluation data with hydrological signatures

__version__ = '1.5.14'
__version__ = '1.5.15'
2 changes: 1 addition & 1 deletion spotpy/examples/tutorial_dream_hymod.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#Select number of maximum repetitions
rep=5000

# Select five chains and set the Gelman-Rubin convergence limit
# Select seven chains and set the Gelman-Rubin convergence limit
delta = 3
nChains = 7
convergence_limit = 1.2
Expand Down

0 comments on commit 2b844a7

Please sign in to comment.