Skip to content

Commit 2d6c768

Browse files
authored
v0.2.1 (#470)
1 parent 86be13b commit 2d6c768

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
Changelog
22
=========
33

4-
Upcoming
5-
--------
4+
v0.2.1
5+
------
66
Features
77
^^^^^^^^
8+
- Added simple TFTP fuzzer example.
89

910
Fixes
1011
^^^^^

boofuzz/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
"Word",
170170
]
171171

172-
__version__ = "0.2.0"
172+
__version__ = "0.2.1"
173173

174174

175175
# REQUEST MANAGEMENT

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = u"0.2.0"
58+
version = u"0.2.1"
5959
# The full version, including alpha/beta/rc tags.
60-
release = u"0.2.0"
60+
release = u"0.2.1"
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

0 commit comments

Comments
 (0)