Skip to content

Commit faba135

Browse files
committed
Release 4.5.0beta0
2 parents ec9dfe1 + d07a86d commit faba135

File tree

3 files changed

+21
-7
lines changed

3 files changed

+21
-7
lines changed

CHANGELOG.md

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

1010
| Version | Branch | Release Date |
1111
| ---------------- | -------- | ---------------------- |
12-
| [4.5.0](#450) | `dev` | Dec 20, 2020 (planned)
13-
| [4.4.0](#440) | `beta` | Nov 20, 2020 (planned)
14-
| [4.3.0](#430) | `stable` | Oct 20, 2020
12+
| [4.6.0](#460) | `dev` | May 29, 2020 (planned)
13+
| [4.5.0](#450) | `beta` | Apr 29, 2020 (planned)
14+
| [4.4.0](#440) | `stable` | Mar 29, 2020
15+
| [4.3.1](#431) | | Nov 29, 2020
16+
| [4.3.0](#430) | | Oct 20, 2020
1517
| [4.2.0](#420) | | Jul 3, 2020
1618
| [4.1.7](#417) | | Jun 30, 2020
1719
| [4.1.5](#415) | | Jun 27, 2020
@@ -56,7 +58,11 @@ The table below shows which release corresponds to each branch, and what date th
5658
| [3.0.0](#300) | | Aug 20, 2016
5759
| [2.2.0](#220) | | Jan 5, 2015
5860

59-
## 4.5.0 (`dev`)
61+
## 4.6.0 (`dev`)
62+
63+
64+
65+
## 4.5.0 (`beta`)
6066

6167
- [#1261][1261] Misc `run_in_new_terminal` improvements (notably gdb terminated by default)
6268
- [#1695][1695] Allow using GDB Python API
@@ -82,16 +88,24 @@ The table below shows which release corresponds to each branch, and what date th
8288
[1757]: https://github.com/Gallopsled/pwntools/pull/1757
8389
[1758]: https://github.com/Gallopsled/pwntools/pull/1758
8490
[1780]: https://github.com/Gallopsled/pwntools/pull/1780
91+
<<<<<<< HEAD
8592

8693
[1941]: https://github.com/Gallopsled/pwntools/pull/1941
8794

95+
=======
96+
[1941]: https://github.com/Gallopsled/pwntools/pull/1941
97+
>>>>>>> stable
8898
[1811]: https://github.com/Gallopsled/pwntools/pull/1811
8999
[1827]: https://github.com/Gallopsled/pwntools/pull/1827
90100
[1841]: https://github.com/Gallopsled/pwntools/pull/1841
91101
[1839]: https://github.com/Gallopsled/pwntools/pull/1839
92102
[1833]: https://github.com/Gallopsled/pwntools/pull/1833
93103

104+
<<<<<<< HEAD
94105
## 4.4.0 (`beta`)
106+
=======
107+
## 4.4.0 (`stable`)
108+
>>>>>>> stable
95109
96110
- [#1541][1541] Use `context.newline` for tubes by default
97111
- [#1602][1602] Fix bytes handling in ssh tubes
@@ -135,7 +149,7 @@ The table below shows which release corresponds to each branch, and what date th
135149
[1703]: https://github.com/Gallopsled/pwntools/pull/1703
136150
[1704]: https://github.com/Gallopsled/pwntools/pull/1704
137151

138-
## 4.3.1 (`stable`)
152+
## 4.3.1
139153

140154
- [#1732][1732] Fix shellcraft SSTI vulnerability (first major pwntools vuln!)
141155

pwnlib/version.py

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

setup.py

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

0 commit comments

Comments
 (0)