Skip to content

Commit 0f8104f

Browse files
Merge pull request #10 from fleetingbytes/beta
Beta
2 parents 85f8890 + ae3e90f commit 0f8104f

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

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

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

5+
## 0.1.1 (2024-04-10)
6+
7+
8+
### Documentation
9+
10+
- update documentation link [#9](https://github.com/fleetingbytes/human-regex/issues/9)
11+
512
## 0.1.0 (2024-04-10)
613

714

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ authors = [
1717
{ name = "Sven Siegmund", email = "[email protected]" },
1818
]
1919
classifiers = [
20-
"Development Status :: 4 - Beta",
20+
"Development Status :: 5 - Production/Stable",
2121
"Programming Language :: Python",
2222
"Programming Language :: Python :: 3.11",
2323
"Programming Language :: Python :: Implementation :: CPython",
@@ -27,7 +27,7 @@ dependencies = [
2727
]
2828

2929
[project.urls]
30-
Documentation = "https://github.com/fleetingbytes/human-regex/#readme"
30+
Documentation = "https://fleetingbytes.github.io/human-regex/human_regex.html"
3131
Issues = "https://github.com/fleetingbytes/human-regex/issues"
3232
Source = "https://github.com/fleetingbytes/human-regex"
3333

@@ -194,7 +194,7 @@ title_format = "## {version} ({project_date})"
194194
issue_format = "[#{issue}](https://github.com/fleetingbytes/human-regex/issues/{issue})"
195195
orphan_prefix = "+"
196196

197-
[tool.towncrier.fragment.doc]
197+
[tool.towncrier.fragment.docs]
198198
name = "Documentation"
199199

200200
[tool.towncrier.fragment.feature]

src/human_regex/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.1.1"

0 commit comments

Comments
 (0)