File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed
Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.1.5
2+ current_version = 0.1.6
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ This projects adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.ht
88
99## [ Unreleased]
1010
11+ ## [ 0.1.6] - 2025-12-11
12+
13+ ### Changed
14+
15+ - Improved documentation
16+
1117## [ 0.1.5] - 2025-12-11
1218
1319### Added
Original file line number Diff line number Diff line change 22
33__author__ = """Julien Marrec"""
44__email__ = 'contact@effibem.com'
5- __version__ = '0.1.5 '
5+ __version__ = '0.1.6 '
66
77from openstudiobackporter .backporter import Backporter
88
Original file line number Diff line number Diff line change 11[tool ]
22[tool .poetry ]
33name = " openstudio-backporter"
4- version = " 0.1.5 "
4+ version = " 0.1.6 "
55homepage = " https://github.com/jmarrec/openstudio-backporter"
66description = " A small library to backport an OpenStudio OSM model to an older version."
77authors = [" Julien Marrec <contact@effibem.com>" ]
@@ -118,6 +118,9 @@ warn_unused_configs = true
118118module = ' openstudio'
119119ignore_missing_imports = true
120120
121+ [tool .pytest .ini_options ]
122+ addopts = " --cov=openstudiobackporter --cov-branch --cov-report=html --cov-report=term-missing"
123+
121124[tool .coverage .run ]
122125omit = [
123126 " openstudiobackporter/__main__.py"
You can’t perform that action at this time.
0 commit comments