Skip to content

Commit

Permalink
🔖 Fiction is a way to challenge the status quo and to push the bounda…
Browse files Browse the repository at this point in the history
…ries of conventional thinking
  • Loading branch information
marcelwa committed Mar 30, 2023
1 parent 5bfe361 commit 210f526
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
cmake_minimum_required(VERSION 3.15)
project(fiction
LANGUAGES CXX
VERSION 0.4.0)
VERSION 0.5.0)

include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/StandardProjectSettings.cmake)
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/PreventInSourceBuilds.cmake)
Expand Down
4 changes: 2 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ All notable changes to this project will be documented in this file.

The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_.

unreleased - 2023-XX-XX
-----------------------
v0.5.0 - 2023-03-30
-------------------
*Fiction is a way to challenge the status quo and to push the boundaries of conventional thinking.* --- unknown

Added
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
# built documents.
#
# The short X.Y version.
version = 'v0.4.0'
version = 'v0.5.0'
# The full version, including alpha/beta/rc tags.
release = 'v0.4.0'
release = 'v0.5.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 210f526

Please sign in to comment.