Skip to content

Commit

Permalink
release: Prepare release with updated files
Browse files Browse the repository at this point in the history
Bump the VOLK version to 3.1.1 and update the zenodo citations.

Signed-off-by: Johannes Demel <demel@uni-bremen.de>
  • Loading branch information
jdemel committed Jan 29, 2024
1 parent f751a54 commit d94a3d5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
15 changes: 15 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@
{
"name": "Briggs, Elliot"
},
{
"name": "Brighthope, Ashley"
},
{
"name": "Cardoso, Jeison"
},
Expand All @@ -78,6 +81,9 @@
{
"name": "Enochs, Brandon P."
},
{
"name": "Est\u00e9vez, Daniel"
},
{
"affiliation": "Centre Tecnol\u00f2gic de Telecomunicacions de Catalunya (CTTC)",
"name": "Fernandez, Carles"
Expand All @@ -97,6 +103,9 @@
{
"name": "Goavec-Merou, Gwenhael"
},
{
"name": "Habets, Thomas"
},
{
"name": "Hilburn, Ben"
},
Expand Down Expand Up @@ -166,6 +175,9 @@
{
"name": "Rene, Mathieu"
},
{
"name": "Rikitake, Kenji"
},
{
"name": "Ritterhoff, Florian"
},
Expand All @@ -188,6 +200,9 @@
"affiliation": "GNU Radio",
"name": "Rondeau, Tom"
},
{
"name": "Sallay, John"
},
{
"name": "Sekine, Takehiro"
},
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ message(STATUS "Build type set to ${CMAKE_BUILD_TYPE}.")

set(VERSION_INFO_MAJOR_VERSION 3)
set(VERSION_INFO_MINOR_VERSION 1)
set(VERSION_INFO_MAINT_VERSION 0)
set(VERSION_INFO_MAINT_VERSION 1)
include(VolkVersion) #setup version info

math(EXPR VOLK_VERSION_DECIMAL
Expand Down
3 changes: 2 additions & 1 deletion scripts/tools/run_citations_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ def parse_contributors(contributors):
'namccart': "Nicholas McCarthy",
'hcab14': "Christoph Mayer",
'cmayer': "Christoph Mayer",
'root': "Philip Balister", }
'root': "Philip Balister",
'jsallay': "John Sallay"}


def fix_known_names(contributors):
Expand Down

0 comments on commit d94a3d5

Please sign in to comment.