Skip to content

Commit

Permalink
Release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Svensson committed Sep 6, 2016
1 parent 684e9f6 commit 8b07fe1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
This changelog only includes added major features and changes. Bugfixes and
minor changes are omitted.

## 3.0.2 (September 6 2016)

- Cherry-pick #695, as this was a regression-fix.
- Added a fix for the update checker, as it would suggest prereleases as updates to stable releases.
- Various documentation fixes.

## 3.0.1 (August 20 2016)

A small bugfix release. There were a lot of references to the `master`-branch, however after 3.0.0 we use the names `stable`, `beta` and `dev` for our branches.
Expand Down
2 changes: 1 addition & 1 deletion pwnlib/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.0.1'
__version__ = '3.0.2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
setup(
name = 'pwntools',
packages = find_packages(),
version = '3.0.1',
version = '3.0.2',
data_files = [('',
['LICENSE-pwntools.txt',
]),
Expand Down

0 comments on commit 8b07fe1

Please sign in to comment.