Skip to content

Commit

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

## 3.1.0 (???)

## 3.0.0 (August 20 2016)

This was a large release (1305 commits since 2.2.0) with a lot of bugfixes and changes. The Binjitsu project, a fork of Pwntools, was merged back into Pwntools. As such, its features are now available here.
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.0'
__version__ = '3.1.0-beta'
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.0',
version = '3.1.0-beta',
data_files = [('',
['LICENSE-pwntools.txt',
]),
Expand Down

0 comments on commit 2663762

Please sign in to comment.