Skip to content

Commit

Permalink
0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
devinacker committed May 23, 2023
1 parent 726fb97 commit dace161
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
0.5.1 (2023/05/23)

fix NameError regression in MapEditor.to_lumps [strategineer]

0.5.0 (2022/11/19)

remove Python 2 support
add support for UDMF maps (thanks to cyclopsian for the initial work)
add support for Hexen 64x128 flats
add 'listdir.py' demo script [Xymph]
rewrite WAD struct generation to use ctypes
fix more potential cases where map lumps would not be detected correctly
fix Texture.simple not setting the new texture's name correctly [jmtd]

0.4.0 (2018/02/22)

add support for importing/exporting/editing sound effect lumps
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name = 'omgifol',
version = '0.5.0',
version = '0.5.1',
description = 'A Python library for manipulation of Doom WAD files',
url = 'https://github.com/devinacker/omgifol',
author = 'Devin Acker, Fredrik Johansson',
Expand Down

0 comments on commit dace161

Please sign in to comment.