Skip to content

Commit 9e80472

Browse files
committed
chore(release): v0.7.3
1 parent 8f86e54 commit 9e80472

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [0.7.2](https://github.com/pythoninja/sshgen/compare/v0.7.1..0.7.2) - 2024-07-09
5+
## [0.7.2](https://github.com/pythoninja/sshgen/compare/v0.7.1..v0.7.2) - 2024-07-09
66

77
### Miscellaneous Tasks
88

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
SSH configuration generator based on your Ansible hosts YAML file.
77

8-
Current version: v0.7.2
8+
Current version: v0.7.3
99

1010
## Table of Contents
1111

@@ -33,7 +33,7 @@ Current version: v0.7.2
3333
### Using pip
3434

3535
```shell
36-
pip install --user git+https://github.com/pythoninja/[email protected].2
36+
pip install --user git+https://github.com/pythoninja/[email protected].3
3737
```
3838

3939
Or
@@ -45,7 +45,7 @@ pip install --user sshgen
4545
### Using pipx
4646

4747
```shell
48-
pipx install git+https://github.com/pythoninja/[email protected].2
48+
pipx install git+https://github.com/pythoninja/[email protected].3
4949
```
5050

5151
Or just run without installing:

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sshgen"
3-
version = "0.7.2"
3+
version = "0.7.3"
44
description = "SSH config generator based on Ansible hosts yaml file"
55
license = "Unlicense"
66
repository = "https://github.com/pythoninja/sshgen"
@@ -31,7 +31,7 @@ build-backend = "poetry.core.masonry.api"
3131
github_url = "https://github.com/pythoninja/sshgen"
3232

3333
[tool.tbump.version]
34-
current = "0.7.2"
34+
current = "0.7.3"
3535
regex = '''
3636
(?P<major>\d+)
3737
\.

sshgen/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
__app_name__ = "sshgen"
5-
__version__ = "0.7.2"
5+
__version__ = "0.7.3"

0 commit comments

Comments
 (0)