Skip to content

Commit 20e6a72

Browse files
committed
Bump version: 0.1.5 → 0.1.6
1 parent 379ab99 commit 20e6a72

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.5
2+
current_version = 0.1.6
33
commit = True
44
tag = True
55

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

openstudiobackporter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Julien Marrec"""
44
__email__ = 'contact@effibem.com'
5-
__version__ = '0.1.5'
5+
__version__ = '0.1.6'
66

77
from openstudiobackporter.backporter import Backporter
88

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool]
22
[tool.poetry]
33
name = "openstudio-backporter"
4-
version = "0.1.5"
4+
version = "0.1.6"
55
homepage = "https://github.com/jmarrec/openstudio-backporter"
66
description = "A small library to backport an OpenStudio OSM model to an older version."
77
authors = ["Julien Marrec <contact@effibem.com>"]
@@ -118,6 +118,9 @@ warn_unused_configs = true
118118
module = 'openstudio'
119119
ignore_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]
122125
omit = [
123126
"openstudiobackporter/__main__.py"

0 commit comments

Comments
 (0)