From 461e355f0dae29d525942464a84cc7ecf6acce90 Mon Sep 17 00:00:00 2001 From: Stephen Roberts Date: Thu, 19 May 2022 21:41:09 +0930 Subject: [PATCH] mimimal revision up date --- anuga/revision.py | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anuga/revision.py b/anuga/revision.py index 23f368135..2b7f65766 100644 --- a/anuga/revision.py +++ b/anuga/revision.py @@ -4,6 +4,6 @@ The file is automatically generated and should not be modified manually. """ -__git_sha__ = "79bf1bf2b7acf02fc479b048c3238b25cf5b1ce8" -__git_committed_datetime__ = "2022-05-16 19:40:46+09:18" -__version__ = "3.1.2" +__git_sha__ = "c259880e1f9d8330d04dcc7a2ac5683fd116f269" +__git_committed_datetime__ = "2022-05-19 21:04:34+09:18" +__version__ = "3.1.3" diff --git a/setup.py b/setup.py index c76e564ec..863feda0f 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ URL = "https://github.com/anuga-community/anuga_core" LICENSE = 'GPL' DOWNLOAD_URL = "http://sourceforge.net/projects/anuga/" -VERSION = '3.1.2' +VERSION = '3.1.3' #===============================================================================