#926 Update Conan version by release
- Update release scripts to increment Conan version
Signed-off-by: Uilian Ries <[email protected]>
diff --git a/scripts/patchRelease.py b/scripts/patchRelease.py
index 878662f..312b4d5 100755
--- a/scripts/patchRelease.py
+++ b/scripts/patchRelease.py
@@ -7,5 +7,6 @@
v.incrementPatchNumber()
v.updateVersionFile()
v.updateReadmeFile()
+v.updateConanFile()
-print( "Updated Version.hpp and README to v{0}".format( v.getVersionString() ) )
\ No newline at end of file
+print( "Updated Version.hpp, README and Conan to v{0}".format( v.getVersionString() ) )