Skip to content

Commit 25fe542

Browse files
committed
Prepared v0.2.1 release\n- Updated project version to 0.2.1\n- Updated Sphinx version and release metadata to 0.2.1
1 parent 3c259be commit 25fe542

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.14)
2-
project(gates VERSION 0.2.0 LANGUAGES C CXX)
2+
project(gates VERSION 0.2.1 LANGUAGES C CXX)
33

44
# If a Conan toolchain file was injected at the super-project level but is missing pieces,
55
# allow an opt-out for this standalone build by setting SKIP_PARENT_TOOLCHAIN.

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
project = 'gates'
1010
copyright = '2025-2026, cmelnu'
1111
author = 'cmelnu'
12-
version = '0.2.0'
13-
release = '0.2.0'
12+
version = '0.2.1'
13+
release = '0.2.1'
1414

1515
# -- General configuration ---------------------------------------------------
1616
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

0 commit comments

Comments
 (0)