Skip to content

Commit

Permalink
Bump version: 0.12.2 → 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lamyj committed Feb 1, 2024
1 parent 15a7459 commit ec44c7b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.12.2
current_version = 0.13.0
commit = True
tag = True
sign_tags = True
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ else()
cmake_policy(SET CMP0074 NEW)
endif()

project("Odil" VERSION 0.12.2)
project("Odil" VERSION 0.13.0)

option(BUILD_SHARED_LIBS "Build Odil with shared libraries." ON)
option(BUILD_EXAMPLES "Build the examples directory." ON)
Expand Down
8 changes: 4 additions & 4 deletions documentation/installation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ The system-specific instructions will detail how to install using pre-compiled p

.. code-block:: bash
wget https://github.com/lamyj/odil/archive/v0.12.2.tar.gz
tar -x -f v0.12.2.tar.gz
cd odil-0.12.2
wget https://github.com/lamyj/odil/archive/v0.13.0.tar.gz
tar -x -f v0.13.0.tar.gz
cd odil-0.13.0
You can also clone the `Git repository`_. Note that the latest Git version may not always compile; should it happen, you can keep your clone but check out the latest tagged version:

.. code-block:: bash
git clone https://github.com/lamyj/odil
cd odil
git checkout v0.12.2
git checkout v0.13.0
Build options
-------------
Expand Down

0 comments on commit ec44c7b

Please sign in to comment.