Skip to content

Commit c3cb4a2

Browse files
committed
Bump version to v2.3.0
1 parent 375d359 commit c3cb4a2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

bumpver.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpver]
2-
current_version = "2.3.0b5"
2+
current_version = "2.3.0"
33
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
44
commit = false
55
tag = false

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
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.

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ using namespace std;
4545
using namespace val3dity;
4646
using json = nlohmann::json;
4747

48-
std::string VAL3DITY_VERSION = "2.3.0b5";
48+
std::string VAL3DITY_VERSION = "2.3.0";
4949

5050

5151
std::string print_summary_validation(std::vector<Feature*>& lsFeatures, IOErrors& ioerrs);

src/val3dity.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
namespace val3dity
3939
{
4040

41-
std::string VAL3DITY_VERSION = "2.3.0b5";
41+
std::string VAL3DITY_VERSION = "2.3.0";
4242

4343
void
4444
validate_no_coutclog(std::vector<Feature*>& lsFeatures,

0 commit comments

Comments
 (0)