We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53bcce4 commit 7f4286dCopy full SHA for 7f4286d
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## Changelog
2
3
+### v1.0.1
4
+
5
+- refactor to achieve line lengths < 90
6
+- convert to GitHub Actions CI testing service
7
8
### v1.0.0
9
10
- v1 release
lib/ufolint/settings.py
@@ -6,7 +6,7 @@
# ------------------------------------------------------------------------------
major_version = "1"
minor_version = "0"
-patch_version = "0"
+patch_version = "1"
11
12
# Help String
0 commit comments