RLS: setup for v0.11.3#851
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
Author
|
@oyamad I would like to organise a new release for QuantEcon/lecture-python-advanced.myst#346 |
mmcky
commented
Jul 8, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares QuantEcon.py for the v0.11.3 release by bumping the package version and adding a corresponding top-of-file changelog stub that points readers to GitHub release notes.
Changes:
- Bump
quantecon.__version__from0.11.2to0.11.3. - Add a
0.11.3section toCHANGELOG.mdlinking to the (future)v0.11.3GitHub release notes.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| quantecon/init.py | Updates the library’s runtime-reported version to 0.11.3. |
| CHANGELOG.md | Adds a new 0.11.3 changelog stub pointing to GitHub release notes. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Release setup for v0.11.3 — bumps
__version__and adds the CHANGELOG stub, following the standard release pattern.quantecon/__init__.py:__version__0.11.2→0.11.3CHANGELOG.md: new## Ver 0.11.3entry pointing at the (to-be-created) GitHub release notesMerge order
Opened as a draft so we are ready to cut the release as soon as the outstanding docs PRs land. Merge this after:
This branch is cut from
main, so it merges cleanly regardless of when those land — the version bump is independent of their content.Before merging
v0.11.3and publish the GitHub release notes.🤖 Generated with Claude Code