File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- towncrier release notes start -->
4
4
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
+
5
12
## 0.1.0 (2024-04-10)
6
13
7
14
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ authors = [
17
17
{
name =
" Sven Siegmund" ,
email =
" [email protected] " },
18
18
]
19
19
classifiers = [
20
- " Development Status :: 4 - Beta " ,
20
+ " Development Status :: 5 - Production/Stable " ,
21
21
" Programming Language :: Python" ,
22
22
" Programming Language :: Python :: 3.11" ,
23
23
" Programming Language :: Python :: Implementation :: CPython" ,
@@ -27,7 +27,7 @@ dependencies = [
27
27
]
28
28
29
29
[project .urls ]
30
- Documentation = " https://github.com/fleetingbytes/ human-regex/#readme "
30
+ Documentation = " https://fleetingbytes. github.io/ human-regex/human_regex.html "
31
31
Issues = " https://github.com/fleetingbytes/human-regex/issues"
32
32
Source = " https://github.com/fleetingbytes/human-regex"
33
33
@@ -194,7 +194,7 @@ title_format = "## {version} ({project_date})"
194
194
issue_format = " [#{issue}](https://github.com/fleetingbytes/human-regex/issues/{issue})"
195
195
orphan_prefix = " +"
196
196
197
- [tool .towncrier .fragment .doc ]
197
+ [tool .towncrier .fragment .docs ]
198
198
name = " Documentation"
199
199
200
200
[tool .towncrier .fragment .feature ]
Original file line number Diff line number Diff line change 1
- __version__ = "0.1.0 "
1
+ __version__ = "0.1.1 "
You can’t perform that action at this time.
0 commit comments