Skip to content

Commit 859f4ce

Browse files
Merge pull request #247 from OpenMS/copilot/create-new-release
Prepare release 0.27.0
2 parents ffc7536 + d7ad00d commit 859f4ce

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
autowrap 0.26.5
1+
autowrap 0.27.0

autowrap/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3131
"""
3232

33-
__version__ = "0.26.5"
33+
__version__ = "0.27.0"
3434

3535
# For backward compatibility with older code expecting tuple format
36-
__version_tuple__ = (0, 26, 5)
36+
__version_tuple__ = (0, 27, 0)
3737

3838
# for compatibility with older version:
3939
version = __version_tuple__

0 commit comments

Comments
 (0)