File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[bumpver ]
2- current_version = " 2.3.0b5 "
2+ current_version = " 2.3.0 "
33version_pattern = " MAJOR.MINOR.PATCH[PYTAGNUM]"
44commit = false
55tag = false
Original file line number Diff line number Diff line change 5555# built documents.
5656#
5757# The short X.Y version.
58- version = u'2.3.0b5 '
58+ version = u'2.3.0 '
5959# The full version, including alpha/beta/rc tags.
60- release = u'2.3.0b5 '
60+ release = u'2.3.0 '
6161
6262# The language for content autogenerated by Sphinx. Refer to documentation
6363# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ using namespace std;
4545using namespace val3dity ;
4646using json = nlohmann::json;
4747
48- std::string VAL3DITY_VERSION = " 2.3.0b5 " ;
48+ std::string VAL3DITY_VERSION = " 2.3.0 " ;
4949
5050
5151std::string print_summary_validation (std::vector<Feature*>& lsFeatures, IOErrors& ioerrs);
Original file line number Diff line number Diff line change 3838namespace val3dity
3939{
4040
41- std::string VAL3DITY_VERSION = " 2.3.0b5 " ;
41+ std::string VAL3DITY_VERSION = " 2.3.0 " ;
4242
4343void
4444validate_no_coutclog (std::vector<Feature*>& lsFeatures,
You can’t perform that action at this time.
0 commit comments