Skip to content

Commit

Permalink
preparing version 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoftco committed Feb 6, 2024
1 parent 72bc4eb commit f5c945f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Pre-release
Version 3.5 - xx February 2024
- All header files are moved into "[include/staq]", so to include staq
headers one now must #include "staq/<header>.hpp". This change was made
for the sake of making the include statements look "uniform" in both
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.15)
set(STAQ_VERSION_NUM 3.4)
set(STAQ_VERSION_NUM 3.5)
set(STAQ_VERSION_STR "${STAQ_VERSION_NUM}")
project(
staq
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PROJECT_NAME = staq
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = v3.4
PROJECT_NUMBER = v3.5

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# staq

## Version 3.4 - 1 December 2023
## Version 3.5 - xx February 2024

[![GitHub actions](https://github.com/softwareqinc/staq/actions/workflows/cmake.yml/badge.svg)](https://github.com/softwareQinc/staq/actions)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Version 3.4 - 1 December 2023
Version 3.5 - xx February 2024
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pystaq"
version = "3.4"
version = "3.5"
description = "Python 3 wrapper for staq"
authors = [
{ name = "softwareQ Inc.", email = "[email protected]" },
Expand Down

0 comments on commit f5c945f

Please sign in to comment.