Skip to content

Commit d8abd07

Browse files
committed
Release 4.7.0beta0
2 parents 03df22a + 56d4368 commit d8abd07

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

CHANGELOG.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ The table below shows which release corresponds to each branch, and what date th
99

1010
| Version | Branch | Release Date |
1111
| ---------------- | -------- | ---------------------- |
12-
| [4.7.0](#470) | `dev` |
13-
| [4.6.0](#460) | `beta` |
14-
| [4.5.1](#451) | `stable` | May 30, 2020
15-
| [4.5.0](#450) | | Apr 30, 2020
16-
| [4.4.0](#440) | | Mar 29, 2020
12+
| [4.8.0](#480) | `dev` |
13+
| [4.7.0](#470) | `beta` |
14+
| [4.6.0](#460) | `stable` | Jul 12, 2021
15+
| [4.5.1](#451) | | May 30, 2021
16+
| [4.5.0](#450) | | Apr 30, 2021
17+
| [4.4.0](#440) | | Mar 29, 2021
1718
| [4.3.1](#431) | | Nov 29, 2020
1819
| [4.3.0](#430) | | Oct 20, 2020
1920
| [4.2.0](#420) | | Jul 3, 2020
@@ -60,7 +61,11 @@ The table below shows which release corresponds to each branch, and what date th
6061
| [3.0.0](#300) | | Aug 20, 2016
6162
| [2.2.0](#220) | | Jan 5, 2015
6263

63-
## 4.7.0 (`dev`)
64+
## 4.8.0 (`dev`)
65+
66+
67+
68+
## 4.7.0 (`beta`)
6469

6570
- [#1733][1733] Update libc headers -> more syscalls available!
6671
- [#1876][1876] add `self.message` and change `sys.exc_type` to `sys.exec_info()` in PwnlibException
@@ -86,7 +91,7 @@ The table below shows which release corresponds to each branch, and what date th
8691
[1906]: https://github.com/Gallopsled/pwntools/pull/1906
8792
[1921]: https://github.com/Gallopsled/pwntools/pull/1921
8893

89-
## 4.6.0 (`beta`)
94+
## 4.6.0 (`stable`)
9095

9196
- [#1429][1429] Add a mechanism for ret2csu (originally #1138)
9297
- [#1566][1566] Add `ignore_config` argument to `pwnlib.tubes.ssh` and improve `allow_agent` implementation
@@ -108,9 +113,9 @@ The table below shows which release corresponds to each branch, and what date th
108113
[1776]: https://github.com/Gallopsled/pwntools/pull/1776
109114
[1846]: https://github.com/Gallopsled/pwntools/pull/1846
110115

111-
## 4.5.1 (`stable`)
116+
## 4.5.1
112117

113-
- [#1902][1902] Always specify -F and -P for tmux in run_in_new_termianl
118+
- [#1902][1902] Always specify -F and -P for tmux in `run_in_new_terminal`
114119

115120
[1902]: https://github.com/Gallopsled/pwntools/pull/1902
116121

pwnlib/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '4.7.0dev'
1+
__version__ = '4.7.0beta0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
name = 'pwntools',
9090
python_requires = '>=2.7',
9191
packages = find_packages(),
92-
version = '4.7.0dev',
92+
version = '4.7.0beta0',
9393
data_files = [('pwntools-doc',
9494
glob.glob('*.md') + glob.glob('*.txt')),
9595
],

0 commit comments

Comments
 (0)