Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Jun 17, 2023
1 parent 45d772a commit 2d9855f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/.git"
else()
set(LIEF_VERSION_MAJOR "0")
set(LIEF_VERSION_MINOR "13")
set(LIEF_VERSION_PATCH "1")
set(LIEF_VERSION_PATCH "2")
endif()

# LIEF Project
Expand Down
2 changes: 1 addition & 1 deletion api/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class Versioning:
IS_TAGGED_CMD = '{git} tag --list --points-at=HEAD'
FMT_DEV = '{tag}.dev0'
FMT_TAGGED = '{tag}'
DEFAULT_VERSION = "0.13.1"
DEFAULT_VERSION = "0.13.2"

def __init__(self):
self._git = which("git")
Expand Down
9 changes: 9 additions & 0 deletions doc/sphinx/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

0.13.2 - June 17, 2023
----------------------

:PE:

* Fix authenticode inconsitency (:issue:`932`)
* Fix missing undef (:pr:`929`)


0.13.1 - May 28, 2023
----------------------

Expand Down

0 comments on commit 2d9855f

Please sign in to comment.