Skip to content

Commit

Permalink
Bump to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Dec 18, 2024
1 parent fd80c40 commit 238ed65
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

<!-- towncrier release notes start -->

## [0.1.1](https://github.com/joamatab/install_new_computer/releases/tag/v0.1.1) - 2024-12-17

No significant changes.


## [0.1.0](https://github.com/joamatab/install_new_computer/releases/tag/v0.1.0) - 2024-12-14

- add ssh key [#8](https://github.com/joamatab/install_new_computer/pull/#8)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Install new computer (inc) 0.1.0
# Install new computer (inc) 0.1.1

Install basic software for different operating systems:

Expand Down
2 changes: 1 addition & 1 deletion inc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""inc - install new computer"""

__version__ = "0.1.0"
__version__ = "0.1.1"

from .app import app

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ license = {file = "LICENSE"}
name = "inc"
readme = "README.md"
requires-python = ">=3.6"
version = "0.1.0"
version = "0.1.1"

[project.optional-dependencies]
dev = [
Expand Down Expand Up @@ -115,7 +115,7 @@ message_template = "Bump to {new_version}"
tag_template = "v{new_version}"

[tool.tbump.version]
current = "0.1.0"
current = "0.1.1"
# Example of a semver regexp.
# Make sure this matches current_version before
# using tbump
Expand Down

0 comments on commit 238ed65

Please sign in to comment.