File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 22
33<!-- towncrier release notes start -->
44
5+ ## [ 0.1.6] ( https://github.com/joamatab/install_new_computer/releases/tag/v0.1.6 ) - 2025-06-30
6+
7+ No significant changes.
8+
9+
510## [ 0.1.5] ( https://github.com/joamatab/install_new_computer/releases/tag/v0.1.5 ) - 2025-06-30
611
712No significant changes.
Original file line number Diff line number Diff line change 1- # Install new computer (inc) 0.1.5
1+ # Install new computer (inc) 0.1.6
22
33Install basic software for different operating systems:
44
Original file line number Diff line number Diff line change 11"""inc - install new computer"""
22
3- __version__ = "0.1.5 "
3+ __version__ = "0.1.6 "
44
55from .app import app
66
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ license = {file = "LICENSE"}
2222name = " inc"
2323readme = " README.md"
2424requires-python = " >=3.6"
25- version = " 0.1.5 "
25+ version = " 0.1.6 "
2626
2727[project .optional-dependencies ]
2828dev = [
@@ -115,7 +115,7 @@ message_template = "Bump to {new_version}"
115115tag_template = " v{new_version}"
116116
117117[tool .tbump .version ]
118- current = " 0.1.5 "
118+ current = " 0.1.6 "
119119# Example of a semver regexp.
120120# Make sure this matches current_version before
121121# using tbump
You can’t perform that action at this time.
0 commit comments