Skip to content

Commit 7f4286d

Browse files
committed
v1.0.1
1 parent 53bcce4 commit 7f4286d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Changelog
22

3+
### v1.0.1
4+
5+
- refactor to achieve line lengths < 90
6+
- convert to GitHub Actions CI testing service
7+
38
### v1.0.0
49

510
- v1 release

lib/ufolint/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# ------------------------------------------------------------------------------
77
major_version = "1"
88
minor_version = "0"
9-
patch_version = "0"
9+
patch_version = "1"
1010

1111
# ------------------------------------------------------------------------------
1212
# Help String

0 commit comments

Comments
 (0)