Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### (unreleased)
### 0.14.2 (2026-06-23)
* Fix ion-c submodule missing tags (#435)

### 0.14.1 (2026-06-05)
Expand Down
2 changes: 1 addition & 1 deletion src-python/amazon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"""
Amazon Ion
"""
__version__ = "0.14.1"
__version__ = "0.14.2"
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)
2 changes: 1 addition & 1 deletion src-python/amazon/ion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# specific language governing permissions and limitations under the
# License.
__author__ = 'Amazon.com, Inc.'
__version__ = '0.14.1'
__version__ = '0.14.2'

__all__ = [
'core',
Expand Down
Loading