Skip to content

Commit bd2132d

Browse files
Develop (#7)
* looks testable to me * v0.0.2 * updated changelog * renamed module * v0.0.3 * updated changelog
1 parent abe6cf3 commit bd2132d

File tree

7 files changed

+14
-6
lines changed

7 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
<!-- towncrier release notes start -->
44

5+
## [0.0.3](https://github.com/Nagidal/hatch-semver/tree/0.0.3) - 2022-11-10
6+
7+
8+
### Bugfixes
9+
10+
- Renamed module to hatch_semver [#6](https://github.com/Nagidal/hatch-semver/issues/6)
11+
12+
513
## [0.0.2](https://github.com/Nagidal/hatch-semver/tree/0.0.2) - 2022-11-10
614

715

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ semver = "hatch_semver.plugin.hooks"
5757
[project.scripts]
5858

5959
[tool.hatch.version]
60-
path = "src/hatch-semver/__about__.py"
60+
path = "src/hatch_semver/__about__.py"
6161

6262
[tool.hatch.envs.default]
6363
dependencies = [
@@ -68,7 +68,7 @@ dependencies = [
6868
]
6969

7070
[tool.hatch.envs.default.scripts]
71-
cov = "pytest -v --cov-report=term-missing --cov-config=pyproject.toml --cov=src/hatch-semver --cov=tests"
71+
cov = "pytest -v --cov-report=term-missing --cov-config=pyproject.toml --cov=src/hatch_semver --cov=tests"
7272
no-cov = "cov --no-cov"
7373

7474
[tool.hatch.envs.style]
@@ -99,7 +99,7 @@ python = ["39", "310"]
9999
branch = true
100100
parallel = true
101101
omit = [
102-
#"src/hatch-semver/__about__.py",
102+
#"src/hatch_semver/__about__.py",
103103
]
104104

105105
[tool.coverage.report]
@@ -116,8 +116,8 @@ exclude_lines = [
116116
line-length = 102
117117

118118
[tool.towncrier]
119-
name = "hatch-semver"
120-
package = "hatch-semver"
119+
name = "hatch_semver"
120+
package = "hatch_semver"
121121
package_dir = "src"
122122
directory = "changelog.d"
123123
filename = "CHANGELOG.md"

src/hatch-semver/__about__.py renamed to src/hatch_semver/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
__maintainer__ = __author__
99
__maintainer_email__ = __author_email__
1010
__release_date__ = date(year=2022, month=11, day=10)
11-
__version__ = "0.0.2"
11+
__version__ = "0.0.3"
1212

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)