Skip to content

Commit d85297b

Browse files
committed
Version 1.6.6
1 parent eb5b2d4 commit d85297b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +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.5, which has:
35+
The latest stable version is 1.6.6, which has:
3636

37-
* an improvement to the mulgrid column_track() function, to avoid discarding small columns in slice plots for grids with a large range of column sizes
37+
* ability to convert EOS3 models to Waiwera JSON input

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.5'
60+
release = u'1.6.6'
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.5"
7+
version = "1.6.6"
88
description = "Python scripting library for TOUGH2 simulation"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)