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 00c8634 commit 40a5adbCopy full SHA for 40a5adb
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v0.4.1
4
+
5
+- fix Makefile uninstall target error
6
+- PEP8 source formatting edits
7
8
## v0.4.0
9
10
- changed min Python version to Python 3.6+ interpreters
lib/dehinter/__init__.py
@@ -12,4 +12,4 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-version = __version__ = "0.4.1.dev0"
+version = __version__ = "0.4.1"
0 commit comments