Skip to content

Commit 862caee

Browse files
committed
Release for version 10.4.2
1 parent e7a1033 commit 862caee

File tree

9 files changed

+36
-36
lines changed

9 files changed

+36
-36
lines changed

config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ params:
2626
# global configuration
2727
config:
2828
backup_password: '<PASSWORD>'
29-
version: '10.4.1'
29+
version: '10.4.2'
3030
# global config. Note: currently some other keys are used as global conf
3131
global_secret_key: '<PASSWORD>'
3232

@@ -556,7 +556,7 @@ config:
556556

557557
# Main version shown in the user interface. set to 'false' if you don't
558558
# want it to be shown.
559-
mainVersion: '10.4.1'
559+
mainVersion: '10.4.2'
560560

561561
# Shows a dialog if the browser is too old to notify the user. Set this to
562562
# false to disable. See how to customize in
@@ -706,7 +706,7 @@ config:
706706
# default configuration for calculate results on admin-console
707707
calculate_results_default: >-
708708
{
709-
"version": "10.4.1",
709+
"version": "10.4.2",
710710
"pipes": [
711711
{
712712
"type": "tally_pipes.pipes.pdf.configure_pdf",
@@ -742,7 +742,7 @@ config:
742742
layout: 'simple',
743743
num_successful_logins_allowed: 0,
744744
tallyPipesConfig: {
745-
version: '10.4.1',
745+
version: '10.4.2',
746746
pipes: [
747747
{
748748
type: 'tally_pipes.pipes.results.do_tallies',

doc/devel/auth1.config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ params:
2525

2626
# global configuration
2727
config:
28-
version: '10.4.1'
28+
version: '10.4.2'
2929
backup_password: '<PASSWORD>'
3030

3131
# global config. Note: currently some other keys are used as global conf
@@ -675,7 +675,7 @@ config:
675675
# default configuration for calculate results on admin-console
676676
calculate_results_default: >-
677677
{
678-
"version": "10.4.1",
678+
"version": "10.4.2",
679679
"pipes": [
680680
{
681681
"type": "tally_pipes.pipes.pdf.configure_pdf",
@@ -711,7 +711,7 @@ config:
711711
layout: 'simple',
712712
num_successful_logins_allowed: 0,
713713
tallyPipesConfig: {
714-
version: '10.4.1',
714+
version: '10.4.2',
715715
pipes: [
716716
{
717717
type: 'tally_pipes.pipes.results.do_tallies',

doc/devel/auth2.config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ params:
2525

2626
# global configuration
2727
config:
28-
version: '10.4.1'
28+
version: '10.4.2'
2929
backup_password: '<PASSWORD>'
3030

3131
# global config. Note: currently some other keys are used as global conf
@@ -682,7 +682,7 @@ config:
682682
# default configuration for calculate results on admin-console
683683
calculate_results_default: >-
684684
{
685-
"version": "10.4.1",
685+
"version": "10.4.2",
686686
"pipes": [
687687
{
688688
"type": "tally_pipes.pipes.pdf.configure_pdf",
@@ -718,7 +718,7 @@ config:
718718
layout: 'simple',
719719
num_successful_logins_allowed: 0,
720720
tallyPipesConfig: {
721-
version: '10.4.1',
721+
version: '10.4.2',
722722
pipes: [
723723
{
724724
type: 'tally_pipes.pipes.results.do_tallies',

doc/devel/sequent.config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ params:
2525

2626
# global configuration
2727
config:
28-
version: '10.4.1'
28+
version: '10.4.2'
2929
backup_password: '<PASSWORD>'
3030

3131
# global config. Note: currently some other keys are used as global conf
@@ -689,7 +689,7 @@ config:
689689
# default configuration for calculate results on admin-console
690690
calculate_results_default: >-
691691
{
692-
"version": "10.4.1",
692+
"version": "10.4.2",
693693
"pipes": [
694694
{
695695
"type": "tally_pipes.pipes.pdf.configure_pdf",
@@ -725,7 +725,7 @@ config:
725725
layout: 'simple',
726726
num_successful_logins_allowed: 0,
727727
tallyPipesConfig: {
728-
version: '10.4.1',
728+
version: '10.4.2',
729729
pipes: [
730730
{
731731
type: 'tally_pipes.pipes.results.do_tallies',

doc/production/config.auth.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ params:
2525

2626
# global configuration
2727
config:
28-
version: '10.4.1'
28+
version: '10.4.2'
2929
backup_password: '<PASSWORD>'
3030

3131
# global config. Note: currently some other keys are used as global conf
@@ -691,7 +691,7 @@ config:
691691
# default configuration for calculate results on admin-console
692692
calculate_results_default: >-
693693
{
694-
"version": "10.4.1",
694+
"version": "10.4.2",
695695
"pipes": [
696696
{
697697
"type": "tally_pipes.pipes.pdf.configure_pdf",
@@ -727,7 +727,7 @@ config:
727727
layout: 'simple',
728728
num_successful_logins_allowed: 0,
729729
tallyPipesConfig: {
730-
version: '10.4.1',
730+
version: '10.4.2',
731731
pipes: [
732732
{
733733
type: 'tally_pipes.pipes.results.do_tallies',

doc/production/config.master.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ params:
2525

2626
# global configuration
2727
config:
28-
version: '10.4.1'
28+
version: '10.4.2'
2929
backup_password: '<PASSWORD>'
3030

3131
# global config. Note: currently some other keys are used as global conf
@@ -691,7 +691,7 @@ config:
691691
# default configuration for calculate results on admin-console
692692
calculate_results_default: >-
693693
{
694-
"version": "10.4.1",
694+
"version": "10.4.2",
695695
"pipes": [
696696
{
697697
"type": "tally_pipes.pipes.pdf.configure_pdf",
@@ -727,7 +727,7 @@ config:
727727
layout: 'simple',
728728
num_successful_logins_allowed: 0,
729729
tallyPipesConfig: {
730-
version: '10.4.1',
730+
version: '10.4.2',
731731
pipes: [
732732
{
733733
type: 'tally_pipes.pipes.results.do_tallies',

helper-tools/config_prod_env.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
import argparse
2222
import re
2323

24-
INPUT_PROD_VERSION="10.4.0"
25-
INPUT_PRE_VERSION="10.4.1"
26-
OUTPUT_PROD_VERSION="10.4.1"
24+
INPUT_PROD_VERSION="10.4.1"
25+
INPUT_PRE_VERSION="10.4.2"
26+
OUTPUT_PROD_VERSION="10.4.2"
2727
def store_keyvalue(prod_config, generated_config, keystore, pipe):
2828
'''
2929
Updates the keyvalue store

repos.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,53 +17,53 @@
1717
repos:
1818
ballot_box:
1919
repo: https://github.com/sequentech/ballot-box.git
20-
version: '10.4.1'
20+
version: '10.4.2'
2121
force: yes
2222
results:
2323
repo: https://github.com/sequentech/tally-pipes.git
24-
version: '10.4.1'
24+
version: '10.4.2'
2525
force: yes
2626
tally:
2727
repo: https://github.com/sequentech/tally-methods.git
28-
version: '10.4.1'
28+
version: '10.4.2'
2929
force: yes
3030
iam:
3131
repo: https://github.com/sequentech/iam.git
32-
version: '10.4.1'
32+
version: '10.4.2'
3333
force: yes
3434
misc_tools:
3535
repo: https://github.com/sequentech/misc-tools.git
36-
version: '10.4.1'
36+
version: '10.4.2'
3737
force: yes
3838
frestq:
3939
repo: https://github.com/sequentech/frestq
40-
version: '10.4.1'
40+
version: '10.4.2'
4141
force: yes
4242
eorchestra:
4343
repo: https://github.com/sequentech/election-orchestra
44-
version: '10.4.1'
44+
version: '10.4.2'
4545
force: yes
4646
mixnet:
4747
repo: https://github.com/sequentech/mixnet
48-
version: '10.4.1'
48+
version: '10.4.2'
4949
force: yes
5050
election_verifier:
5151
repo: https://github.com/sequentech/election-verifier.git
52-
version: '10.4.1'
52+
version: '10.4.2'
5353
force: yes
5454
common_ui:
5555
repo: https://github.com/sequentech/common-ui.git
56-
version: '10.4.1'
56+
version: '10.4.2'
5757
force: yes
5858
admin_console:
5959
repo: https://github.com/sequentech/admin-console.git
60-
version: '10.4.1'
60+
version: '10.4.2'
6161
force: yes
6262
voting_booth:
6363
repo: https://github.com/sequentech/voting-booth.git
64-
version: '10.4.1'
64+
version: '10.4.2'
6565
force: yes
6666
election_portal:
6767
repo: https://github.com/sequentech/election-portal.git
68-
version: '10.4.1'
68+
version: '10.4.2'
6969
force: yes

sequent-ui/templates/SequentConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* in this same file, which you might want to edit and tune if needed.
2121
*/
2222

23-
var SEQUENT_CONFIG_VERSION = '10.4.1';
23+
var SEQUENT_CONFIG_VERSION = '10.4.2';
2424

2525
var SequentConfigData = {
2626
// the base url path for ajax requests, for example for sending ballots or

0 commit comments

Comments
 (0)