Set version 3.17.1

This commit is contained in:
Atsushi Togo 2025-07-05 10:34:26 +09:00
parent 48105c5f52
commit 9951f5bfaf
3 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,10 @@
# Change Log
## Jul-5-2025: Version 3.17.1
- Fix direct-solution crashing when executed via command line
## Jun-26-2025: Version 3.17.0
- Major refactoring of command-user interface. Most of routines behind the

View File

@ -60,7 +60,7 @@ copyright = "2015, Atsushi Togo"
# The short X.Y version.
version = "3.17"
# The full version, including alpha/beta/rc tags.
release = "3.17.0"
release = "3.17.1"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -34,4 +34,4 @@
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
__version__ = "3.17.0"
__version__ = "3.17.1"