Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Sep 11, 2022
1 parent 27cada7 commit fad1db9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -29,7 +29,7 @@ if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/.git"
else()
set(LIEF_VERSION_MAJOR "0")
set(LIEF_VERSION_MINOR "12")
set(LIEF_VERSION_PATCH "1")
set(LIEF_VERSION_PATCH "2")
endif()

# LIEF Project
Expand Down
6 changes: 6 additions & 0 deletions doc/sphinx/changelog.rst
@@ -1,6 +1,12 @@
Changelog
=========


0.12.2 - September 11, 2022
---------------------------

* Fix setuptools issue (:issue:`770`)

0.12.1 - April 08, 2022
------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -457,7 +457,7 @@ def get_pkg_info_version(pkg_info_file):


def get_version() -> str:
version = "0.12.1"
version = "0.12.2"
pkg_info = os.path.join(CURRENT_DIR, "{}.egg-info".format(PACKAGE_NAME), "PKG-INFO")
git_dir = os.path.join(CURRENT_DIR, ".git")
if os.path.isdir(git_dir):
Expand Down

0 comments on commit fad1db9

Please sign in to comment.