Skip to content

Commit d19e798

Browse files
committed
feat: ✨ Prepare v12.3.0 release
1 parent d88871d commit d19e798

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to SODA will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## v.12.3.0 - 2023-09-07
8+
## v.12.3.0 - 2023-09-13
99

1010
## Feature Additions:
1111

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "soda-for-sparc",
33
"productName": "SODA for SPARC",
4-
"version": "12.3.0-beta",
4+
"version": "12.3.0",
55
"description": "Keep Calm and Curate ",
66
"main": "main.js",
77
"scripts": {

pyflask/startup/minimumApiVersion.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ def get_api_version():
44
"""
55
Returns the version of the API
66
"""
7-
return {'version': os.getenv('API_VERSION', "12.3.0-beta")}
7+
return {'version': os.getenv('API_VERSION', "12.3.0")}

0 commit comments

Comments
 (0)