Skip to content

Commit cb6a422

Browse files
committed
Release for version 10.5.3
1 parent 71daa15 commit cb6a422

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.5.2'
29+
version: '10.5.3'
3030
# global config. Note: currently some other keys are used as global conf
3131
global_secret_key: '<PASSWORD>'
3232

@@ -557,7 +557,7 @@ config:
557557

558558
# Main version shown in the user interface. set to 'false' if you don't
559559
# want it to be shown.
560-
mainVersion: '10.5.2'
560+
mainVersion: '10.5.3'
561561

562562
# Shows a dialog if the browser is too old to notify the user. Set this to
563563
# false to disable. See how to customize in
@@ -707,7 +707,7 @@ config:
707707
# default configuration for calculate results on admin-console
708708
calculate_results_default: >-
709709
{
710-
"version": "10.5.2",
710+
"version": "10.5.3",
711711
"pipes": [
712712
{
713713
"type": "tally_pipes.pipes.pdf.configure_pdf",
@@ -743,7 +743,7 @@ config:
743743
layout: 'simple',
744744
num_successful_logins_allowed: 0,
745745
tallyPipesConfig: {
746-
version: '10.5.2',
746+
version: '10.5.3',
747747
pipes: [
748748
{
749749
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.5.2'
28+
version: '10.5.3'
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.5.2",
678+
"version": "10.5.3",
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.5.2',
714+
version: '10.5.3',
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.5.2'
28+
version: '10.5.3'
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.5.2",
685+
"version": "10.5.3",
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.5.2',
721+
version: '10.5.3',
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.5.2'
28+
version: '10.5.3'
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.5.2",
692+
"version": "10.5.3",
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.5.2',
728+
version: '10.5.3',
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.5.2'
28+
version: '10.5.3'
2929
backup_password: '<PASSWORD>'
3030

3131
# global config. Note: currently some other keys are used as global conf
@@ -702,7 +702,7 @@ config:
702702
# default configuration for calculate results on admin-console
703703
calculate_results_default: >-
704704
{
705-
"version": "10.5.2",
705+
"version": "10.5.3",
706706
"pipes": [
707707
{
708708
"type": "tally_pipes.pipes.pdf.configure_pdf",
@@ -738,7 +738,7 @@ config:
738738
layout: 'simple',
739739
num_successful_logins_allowed: 0,
740740
tallyPipesConfig: {
741-
version: '10.5.2',
741+
version: '10.5.3',
742742
pipes: [
743743
{
744744
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.5.2'
28+
version: '10.5.3'
2929
backup_password: '<PASSWORD>'
3030

3131
# global config. Note: currently some other keys are used as global conf
@@ -702,7 +702,7 @@ config:
702702
# default configuration for calculate results on admin-console
703703
calculate_results_default: >-
704704
{
705-
"version": "10.5.2",
705+
"version": "10.5.3",
706706
"pipes": [
707707
{
708708
"type": "tally_pipes.pipes.pdf.configure_pdf",
@@ -738,7 +738,7 @@ config:
738738
layout: 'simple',
739739
num_successful_logins_allowed: 0,
740740
tallyPipesConfig: {
741-
version: '10.5.2',
741+
version: '10.5.3',
742742
pipes: [
743743
{
744744
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.5.1"
25-
INPUT_PRE_VERSION="10.5.2"
26-
OUTPUT_PROD_VERSION="10.5.2"
24+
INPUT_PROD_VERSION="10.5.2"
25+
INPUT_PRE_VERSION="10.5.3"
26+
OUTPUT_PROD_VERSION="10.5.3"
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.5.2'
20+
version: '10.5.3'
2121
force: yes
2222
results:
2323
repo: https://github.com/sequentech/tally-pipes.git
24-
version: '10.5.2'
24+
version: '10.5.3'
2525
force: yes
2626
tally:
2727
repo: https://github.com/sequentech/tally-methods.git
28-
version: '10.5.2'
28+
version: '10.5.3'
2929
force: yes
3030
iam:
3131
repo: https://github.com/sequentech/iam.git
32-
version: '10.5.2'
32+
version: '10.5.3'
3333
force: yes
3434
misc_tools:
3535
repo: https://github.com/sequentech/misc-tools.git
36-
version: '10.5.2'
36+
version: '10.5.3'
3737
force: yes
3838
frestq:
3939
repo: https://github.com/sequentech/frestq
40-
version: '10.5.2'
40+
version: '10.5.3'
4141
force: yes
4242
eorchestra:
4343
repo: https://github.com/sequentech/election-orchestra
44-
version: '10.5.2'
44+
version: '10.5.3'
4545
force: yes
4646
mixnet:
4747
repo: https://github.com/sequentech/mixnet
48-
version: '10.5.2'
48+
version: '10.5.3'
4949
force: yes
5050
election_verifier:
5151
repo: https://github.com/sequentech/election-verifier.git
52-
version: '10.5.2'
52+
version: '10.5.3'
5353
force: yes
5454
common_ui:
5555
repo: https://github.com/sequentech/common-ui.git
56-
version: '10.5.2'
56+
version: '10.5.3'
5757
force: yes
5858
admin_console:
5959
repo: https://github.com/sequentech/admin-console.git
60-
version: '10.5.2'
60+
version: '10.5.3'
6161
force: yes
6262
voting_booth:
6363
repo: https://github.com/sequentech/voting-booth.git
64-
version: '10.5.2'
64+
version: '10.5.3'
6565
force: yes
6666
election_portal:
6767
repo: https://github.com/sequentech/election-portal.git
68-
version: '10.5.2'
68+
version: '10.5.3'
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.5.2';
23+
var SEQUENT_CONFIG_VERSION = '10.5.3';
2424

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

0 commit comments

Comments
 (0)