Skip to content

Commit 0e3136f

Browse files
committed
Merge pull request #57 from jtpereyda/release-0.0.2
Prep for release 0.0.2: version and CHANGELOG
2 parents 00017c9 + da26557 commit 0e3136f

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
0.0.2 (unreleased)
2-
==================
1+
0.0.2
2+
=====
3+
Continuous deployment with Travis.
4+
35
Development
46
-----------
57
- Added build and PyPI badges.
68
- Added CONTRIBUTING.rst.
7-
- `check-manifest` now runs in `tox`.
9+
- `check-manifest` now runs in automated build.
810
- Travis now deploys to PyPI!
911

1012
0.0.1-dev5

boofuzz/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
from .sex import SullyRuntimeError, SizerNotUtilizedError, MustImplementException
2929
from .socket_connection import SocketConnection
3030

31-
__version__ = '0.0.2.dev0'
31+
__version__ = '0.0.2'
3232

3333

3434
# REQUEST MANAGEMENT

0 commit comments

Comments
 (0)