Skip to content

Commit

Permalink
Bump version: 0.12.1 → 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lamyj committed Apr 19, 2022
1 parent a04fc2d commit 4dbe5b5
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.1
current_version = 0.12.2
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.1)
project("Odil" VERSION 0.12.2)

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.1.tar.gz
tar -x -f v0.12.1.tar.gz
cd odil-0.12.1
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
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.1
git checkout v0.12.2
Build options
-------------
Expand Down

0 comments on commit 4dbe5b5

Please sign in to comment.