Skip to content

Commit dbdd504

Browse files
committed
Version 1.6.4
1 parent 2f077b9 commit dbdd504

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ For more detailed information on PyTOUGH, consult the [user guide](https://pytou
3232

3333
# What's new in PyTOUGH?
3434

35-
The latest stable version is 1.6.3, which has:
35+
The latest stable version is 1.6.4, which has:
3636

37-
* three bug fixes in the t2data json() method, for improved conversion of TOUGH2 models to Waiwera
38-
39-
* various other minor updates
37+
* a bug fix in the mulgrid fit_surface() method, which could previously fail for columns with more than four sides

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
# The short X.Y version.
5858
version = u'1.6'
5959
# The full version, including alpha/beta/rc tags.
60-
release = u'1.6.3'
60+
release = u'1.6.4'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "PyTOUGH"
7-
version = "1.6.3"
7+
version = "1.6.4"
88
description = "Python scripting library for TOUGH2 simulation"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)