File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,11 +33,17 @@ To be released on Mar 18, 2017.
3333
3434To be released on Feb 4, 2017.
3535
36+ ## 3.3.3
37+
38+ - [ #843 ] [ 843 ] fixed a bug in ` amd64.mov ` .
39+
40+ [ 843 ] : https://github.com/gallopsled/pwntools/pull/843
41+
3642## 3.3.2
3743
38- - [ #840 ] [ 840 ] Fixed a regression introduced by [ #837 ] [ 837 ] .
44+ - [ #840 ] [ 840 ] fixed a regression introduced by [ #837 ] [ 837 ] .
3945
40- [ 840 ] : https://github.com/Gallopsled /pwntools/pull/840
46+ [ 840 ] : https://github.com/gallopsled /pwntools/pull/840
4147
4248## 3.3.1
4349
Original file line number Diff line number Diff line change 22![ pwntools logo] ( https://github.com/Gallopsled/pwntools/blob/stable/docs/source/logo.png?raw=true )
33
44[ ![ Docs] ( https://readthedocs.org/projects/pwntools/badge/?version=stable )] ( https://docs.pwntools.com/ )
5- [ ![ PyPI] ( https://img.shields.io/badge/pypi-v3.3.2 -green.svg?style=flat )] ( https://pypi.python.org/pypi/pwntools/ )
5+ [ ![ PyPI] ( https://img.shields.io/badge/pypi-v3.3.3 -green.svg?style=flat )] ( https://pypi.python.org/pypi/pwntools/ )
66[ ![ Travis] ( https://travis-ci.org/Gallopsled/pwntools.svg )] ( https://travis-ci.org/Gallopsled/pwntools )
77[ ![ Coveralls] ( https://img.shields.io/coveralls/Gallopsled/pwntools/dev.svg )] ( https://coveralls.io/github/Gallopsled/pwntools?branch=dev )
88[ ![ Twitter] ( https://img.shields.io/badge/twitter-pwntools-4099FF.svg?style=flat )] ( https://twitter.com/pwntools )
Original file line number Diff line number Diff line change 1- __version__ = '3.3.2 '
1+ __version__ = '3.3.3 '
Original file line number Diff line number Diff line change 8383setup (
8484 name = 'pwntools' ,
8585 packages = find_packages (),
86- version = '3.3.2 ' ,
86+ version = '3.3.3 ' ,
8787 data_files = [('' ,
8888 glob .glob ('*.md' ) + glob .glob ('*.txt' )),
8989 ],
You can’t perform that action at this time.
0 commit comments