Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney committed Jan 13, 2022
1 parent b4c5a4f commit 09c3fd1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release notes

## 1.2.6

* Extend optimizations in `RelWithDebInfo` mode

## 1.2.5

* Changed the `pyjion.config(debug=)` setting to allow True or False (as before), or 0 (Release), 1 (Debug), 2 (ReleaseWithDebugInfo)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name='pyjion',
version='1.2.5',
version='1.2.6',
description='A JIT compiler wrapper for CPython',
author='Anthony Shaw',
author_email='anthonyshaw@apache.org',
Expand Down
2 changes: 1 addition & 1 deletion src/pyjion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from enum import IntFlag, IntEnum
from dataclasses import dataclass

__version__ = '1.2.5'
__version__ = '1.2.6'


def _no_dotnet(path):
Expand Down

0 comments on commit 09c3fd1

Please sign in to comment.