Skip to content

Commit

Permalink
Feature/v1.5.0 (#234)
Browse files Browse the repository at this point in the history
* update python to 311, 312

* update github actions

* deprecate Python 3.6 3.7

* update cibuildwheels

* fix setup.py

* update

* fix upload-artifact

* update boost version

* use c++14

* add BOOST_NO_CXX98_FUNCTION_BASE

* use download-artifact@v2

* use download-artifact@v3

* remove i686

* update badge

* fix readme

* update version to 1.5.0
  • Loading branch information
kotarotanahashi authored Nov 9, 2024
1 parent 058cbe9 commit 717c680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyqubo/package_info.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# (major, minor, patch, prerelease)

VERSION = (1, 4, 0, "")
VERSION = (1, 5, 0, "")
__shortversion__ = '.'.join(map(str, VERSION[:3]))
__version__ = '.'.join(map(str, VERSION[:3])) + "".join(VERSION[3:])

Expand Down

0 comments on commit 717c680

Please sign in to comment.