Skip to content

Commit e450f6c

Browse files
committed
Release 4.9.0beta0
2 parents 3e4d4a2 + 493a3e3 commit e450f6c

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

CHANGELOG.md

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

1010
| Version | Branch | Release Date |
1111
| ---------------- | -------- | ---------------------- |
12-
| [4.9.0](#490) | `dev` |
13-
| [4.8.0](#480) | `beta` |
14-
| [4.7.1](#471) | `stable` | Apr 20, 2022
12+
| [4.10.0](#4100) | `dev` |
13+
| [4.9.0](#490) | `beta` |
14+
| [4.8.0](#480) | `stable` | Apr 21, 2022
15+
| [4.7.1](#471) | | Apr 20, 2022
1516
| [4.7.0](#470) | | Nov 15, 2021
1617
| [4.6.0](#460) | | Jul 12, 2021
1718
| [4.5.1](#451) | | May 30, 2021
@@ -63,7 +64,11 @@ The table below shows which release corresponds to each branch, and what date th
6364
| [3.0.0](#300) | | Aug 20, 2016
6465
| [2.2.0](#220) | | Jan 5, 2015
6566

66-
## 4.9.0 (`dev`)
67+
## 4.10.0 (`dev`)
68+
69+
70+
71+
## 4.9.0 (`beta`)
6772

6873
- [#1975][1975] Add libcdb commandline tool
6974
- [#1979][1979] Add `js_escape()` and `js_unescape()` to `util.fiddling`
@@ -83,7 +88,7 @@ The table below shows which release corresponds to each branch, and what date th
8388
[2035]: https://github.com/Gallopsled/pwntools/pull/2035
8489
[2037]: https://github.com/Gallopsled/pwntools/pull/2037
8590

86-
## 4.8.0 (`beta`)
91+
## 4.8.0 (`stable`)
8792

8893
- [#1922][1922] Fix logic in `wait_for_debugger`
8994
- [#1828][1828] libcdb: Load debug info and unstrip libc binary
@@ -95,7 +100,7 @@ The table below shows which release corresponds to each branch, and what date th
95100
[1939]: https://github.com/Gallopsled/pwntools/pull/1939
96101
[1981]: https://github.com/Gallopsled/pwntools/pull/1981
97102

98-
## 4.7.1 (`stable`)
103+
## 4.7.1
99104

100105
- [#1784][1784] Use temporary cache directory when persistent cache cannot be used
101106
- [#1973][1973] ELF symbols can be looked up by bytes values

pwnlib/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '4.9.0dev'
1+
__version__ = '4.9.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.9.0dev',
92+
version = '4.9.0beta0',
9393
data_files = [('pwntools-doc',
9494
glob.glob('*.md') + glob.glob('*.txt')),
9595
],

0 commit comments

Comments
 (0)