Skip to content

Commit 21da0e1

Browse files
committed
Release 4.5.0beta1
1 parent 9e9531f commit 21da0e1

File tree

3 files changed

+4
-13
lines changed

3 files changed

+4
-13
lines changed

CHANGELOG.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ The table below shows which release corresponds to each branch, and what date th
7979
- [#1841][1841] Add colored_traceback
8080
- [#1839][1839] run_in_new_terminal now creates a runner script if given a list or tuple
8181
- [#1833][1833] Add pwnlib.filesystem module
82+
- [#1852][1852] Fix `atexit` on Python 3
8283

8384
[1261]: https://github.com/Gallopsled/pwntools/pull/1261
8485
[1695]: https://github.com/Gallopsled/pwntools/pull/1695
@@ -88,24 +89,15 @@ The table below shows which release corresponds to each branch, and what date th
8889
[1757]: https://github.com/Gallopsled/pwntools/pull/1757
8990
[1758]: https://github.com/Gallopsled/pwntools/pull/1758
9091
[1780]: https://github.com/Gallopsled/pwntools/pull/1780
91-
<<<<<<< HEAD
92-
9392
[1941]: https://github.com/Gallopsled/pwntools/pull/1941
94-
95-
=======
96-
[1941]: https://github.com/Gallopsled/pwntools/pull/1941
97-
>>>>>>> stable
9893
[1811]: https://github.com/Gallopsled/pwntools/pull/1811
9994
[1827]: https://github.com/Gallopsled/pwntools/pull/1827
10095
[1841]: https://github.com/Gallopsled/pwntools/pull/1841
10196
[1839]: https://github.com/Gallopsled/pwntools/pull/1839
10297
[1833]: https://github.com/Gallopsled/pwntools/pull/1833
98+
[1852]: https://github.com/Gallopsled/pwntools/pull/1852
10399

104-
<<<<<<< HEAD
105-
## 4.4.0 (`beta`)
106-
=======
107100
## 4.4.0 (`stable`)
108-
>>>>>>> stable
109101

110102
- [#1541][1541] Use `context.newline` for tubes by default
111103
- [#1602][1602] Fix bytes handling in ssh tubes
@@ -151,7 +143,6 @@ The table below shows which release corresponds to each branch, and what date th
151143

152144
## 4.3.1
153145

154-
- [#1852][1852] Fix `atexit` on Python 3
155146
- [#1732][1732] Fix shellcraft SSTI vulnerability (first major pwntools vuln!)
156147

157148
[1732]: https://github.com/Gallopsled/pwntools/pull/1732

pwnlib/version.py

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

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.0beta0',
91+
version = '4.5.0beta1',
9292
data_files = [('pwntools-doc',
9393
glob.glob('*.md') + glob.glob('*.txt')),
9494
],

0 commit comments

Comments
 (0)