From acf75d49e56e5cd25c5ff95c888fab912d84a069 Mon Sep 17 00:00:00 2001 From: Roland Schwan Date: Thu, 20 Jul 2023 15:13:38 +0200 Subject: [PATCH] bump version --- CHANGELOG.md | 11 +++++++++-- CMakeLists.txt | 2 +- setup.py | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd18906..578c7ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.3] - 2023-07-20 + +### Changed + +- Changed print function for potential Matlab and R interfaces + ## [0.1.2] - 2023-07-14 ### Changed @@ -29,7 +35,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release of PIQP! -[unreleased]: https://github.com/PREDICT-EPFL/piqp/compare/v0.1.1...HEAD -[0.1.2]: https://github.com/PREDICT-EPFL/piqp/compare/v0.1.0...v0.1.2 +[unreleased]: https://github.com/PREDICT-EPFL/piqp/compare/v0.1.3...HEAD +[0.1.3]: https://github.com/PREDICT-EPFL/piqp/compare/v0.1.2...v0.1.3 +[0.1.2]: https://github.com/PREDICT-EPFL/piqp/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/PREDICT-EPFL/piqp/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/PREDICT-EPFL/piqp/releases/tag/v0.1.0 \ No newline at end of file diff --git a/CMakeLists.txt b/CMakeLists.txt index 18ceac1..37ebb77 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.5) project(piqp - VERSION 0.1.2 + VERSION 0.1.3 LANGUAGES C CXX ) diff --git a/setup.py b/setup.py index d0df9c4..abd3a81 100644 --- a/setup.py +++ b/setup.py @@ -142,7 +142,7 @@ def build_extension(self, ext: CMakeExtension) -> None: setup( name="piqp", - version="0.1.2", + version="0.1.3", url='https://github.com/PREDICT-EPFL/piqp', author="Roland Schwan", author_email="roland.schwan@epfl.ch",