Skip to content

Commit 9c202a2

Browse files
committed
Bumped version to correct one
1 parent 5211092 commit 9c202a2

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

python/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
[![C++ examples](https://github.com/JeffersonLab/rcdb/actions/workflows/cpp-examples.yml/badge.svg)](https://github.com/JeffersonLab/rcdb/actions/workflows/cpp-examples.yml)
77
[![Documentation](https://github.com/JeffersonLab/rcdb/actions/workflows/documentation.yml/badge.svg)](https://github.com/JeffersonLab/rcdb/actions/workflows/documentation.yml)
88

9-
Run Configuration/Conditions Database (RCDB) stores run related information and conditions. It uses MySQL or SQLite databases to store information about runs and provides interfaces to search runs, manage data, automatic CODA integration, etc.
9+
Run Configuration/Conditions Database (RCDB) stores run related information and conditions.
10+
It uses MySQL or SQLite databases to store information about runs and provides interfaces to search runs, manage data, automatic CODA integration, etc.
1011

1112
The interfaces available are:
12-
- Web site
13+
- Web
1314
- Command line interface (CLI)
1415
- Python API
1516
- C++ API
@@ -26,4 +27,4 @@ https://halldweb.jlab.org/rcdb/
2627

2728
#### SQLite db:
2829
Daily updated SQLite database is available here:
29-
https://halldweb.jlab.org/dist/rcdb2.sqlite
30+
https://halldweb.jlab.org/dist/rcdb.sqlite

python/rcdb/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# String version. Used both for setup.py and for internal code
2-
version = '2.3.0'
2+
version = '2.3.1'
33

44
# version as the tuple of ints
55
version_tuple = tuple(int(val) for val in version.split('.'))

0 commit comments

Comments
 (0)