Skip to content

Commit 90f1359

Browse files
committed
Bump version to 0.7.1.
1 parent d36ef0c commit 90f1359

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

afl.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
American Fuzzy Lop fork server and instrumentation for pure-Python code
2727
'''
2828

29-
__version__ = '0.7'
29+
__version__ = '0.7.1'
3030

3131
cdef object os, signal, struct, sys, warnings
3232
import os

doc/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
python-afl (0.7.1) UNRELEASED; urgency=low
2+
3+
*
4+
5+
-- Jakub Wilk <jwilk@jwilk.net> Mon, 07 May 2018 10:18:42 +0200
6+
17
python-afl (0.7) unstable; urgency=low
28

39
[ Jakub Wilk ]

0 commit comments

Comments
 (0)