Skip to content

Commit 7d8e44e

Browse files
author
brynpickering
committed
Release v0.6.9
1 parent 7041473 commit 7d8e44e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

calliope/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.6.8"
1+
__version__ = "0.6.9"

calliope/example_models/national_scale/model.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ model:
88
name: National-scale example model
99

1010
# What version of Calliope this model is intended for
11-
calliope_version: 0.6.8
11+
calliope_version: 0.6.9
1212

1313
# Time series data path - can either be a path relative to this file, or an absolute path
1414
timeseries_data_path: 'timeseries_data'

calliope/example_models/urban_scale/model.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ model:
77
name: Urban-scale example model
88

99
# What version of Calliope this model is intended for
10-
calliope_version: 0.6.8
10+
calliope_version: 0.6.9
1111

1212
# Time series data path - can either be a path relative to this file, or an absolute path
1313
timeseries_data_path: 'timeseries_data'

changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Release History
44
===============
55

6-
0.6.9 (dev)
7-
-----------
6+
0.6.9 (2023-01-10)
7+
------------------
88

99
|changed| Updated to Python 3.9, with compatibility testing continuing for versions 3.8 and 3.9. Multi-platform CI tests are run on Python 3.9 instead of Python 3.8. CI tests on a Linux machine are also run for versions 3.7 and 3.8. This has been explicitly mentioned in the documentation.
1010

doc/_static/plot_summary.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</head>
4545
<body>
4646
<div id="container">
47-
<h1>Urban-scale example model <small>(run with Calliope 0.6.8, taking 0.01 minutes to solve, completed at 2023-01-10 15:26:46)</small></h1>
47+
<h1>Urban-scale example model <small>(run with Calliope 0.6.9, taking 0.01 minutes to solve, completed at 2023-01-10 16:00:56)</small></h1>
4848
<div id="top"><div>
4949

5050

0 commit comments

Comments
 (0)