Skip to content

Commit

Permalink
Bump version to v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoledoux committed Mar 29, 2022
1 parent 375d359 commit c3cb4a2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bumpver.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpver]
current_version = "2.3.0b5"
current_version = "2.3.0"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit = false
tag = false
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = u'2.3.0b5'
version = u'2.3.0'
# The full version, including alpha/beta/rc tags.
release = u'2.3.0b5'
release = u'2.3.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ using namespace std;
using namespace val3dity;
using json = nlohmann::json;

std::string VAL3DITY_VERSION = "2.3.0b5";
std::string VAL3DITY_VERSION = "2.3.0";


std::string print_summary_validation(std::vector<Feature*>& lsFeatures, IOErrors& ioerrs);
Expand Down
2 changes: 1 addition & 1 deletion src/val3dity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
namespace val3dity
{

std::string VAL3DITY_VERSION = "2.3.0b5";
std::string VAL3DITY_VERSION = "2.3.0";

void
validate_no_coutclog(std::vector<Feature*>& lsFeatures,
Expand Down

0 comments on commit c3cb4a2

Please sign in to comment.