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 6a0ea50 commit 3afa18aCopy full SHA for 3afa18a
README.rst
@@ -197,6 +197,14 @@ Version 2.5
197
198
Version 3.0
199
* Drop Python 2 support
200
+ * Fix handling filenames with spaces (Friz-zy)
201
+
202
+Version 3.1
203
+ * Stop complaining about the same commit for Git tags
204
+ * Fix checking contributor names and email addresses
205
+ * Stop complaining about file extensions we don't know about
206
+ * Filter out checking format of files under ``templates/`` directories
207
+ * Improve code quality and style
208
209
210
License
igcommit/__init__.py
@@ -3,4 +3,4 @@
3
Copyright (c) 2020 InnoGames GmbH
4
"""
5
6
-VERSION= (2, 5)
+VERSION= (3, 1)
0 commit comments