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.
2 parents 00017c9 + da26557 commit 0e3136fCopy full SHA for 0e3136f
CHANGELOG.rst
@@ -1,10 +1,12 @@
1
-0.0.2 (unreleased)
2
-==================
+0.0.2
+=====
3
+Continuous deployment with Travis.
4
+
5
Development
6
-----------
7
- Added build and PyPI badges.
8
- Added CONTRIBUTING.rst.
-- `check-manifest` now runs in `tox`.
9
+- `check-manifest` now runs in automated build.
10
- Travis now deploys to PyPI!
11
12
0.0.1-dev5
boofuzz/__init__.py
@@ -28,7 +28,7 @@
28
from .sex import SullyRuntimeError, SizerNotUtilizedError, MustImplementException
29
from .socket_connection import SocketConnection
30
31
-__version__ = '0.0.2.dev0'
+__version__ = '0.0.2'
32
33
34
# REQUEST MANAGEMENT
0 commit comments