Skip to content

Commit fc31a03

Browse files
committed
Bump to 0.1.6
1 parent 58562e3 commit fc31a03

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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

712
No significant changes.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Install new computer (inc) 0.1.5
1+
# Install new computer (inc) 0.1.6
22

33
Install basic software for different operating systems:
44

inc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""inc - install new computer"""
22

3-
__version__ = "0.1.5"
3+
__version__ = "0.1.6"
44

55
from .app import app
66

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ license = {file = "LICENSE"}
2222
name = "inc"
2323
readme = "README.md"
2424
requires-python = ">=3.6"
25-
version = "0.1.5"
25+
version = "0.1.6"
2626

2727
[project.optional-dependencies]
2828
dev = [
@@ -115,7 +115,7 @@ message_template = "Bump to {new_version}"
115115
tag_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

0 commit comments

Comments
 (0)