Skip to content

Commit d7ad00d

Browse files
Remove release instructions and bump version to 0.27.0
Co-authored-by: timosachsenberg <5803621+timosachsenberg@users.noreply.github.com>
1 parent 07f89e4 commit d7ad00d

3 files changed

Lines changed: 3 additions & 110 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1 @@
1-
autowrap 0.26.5
2-
3-
Internal Improvements:
4-
5-
- Refactored conversion provider delegation system for better maintainability
6-
- Improved code architecture and type safety
7-
- Enhanced CI/CD pipeline with GitHub Actions workflows for testing and releases
1+
autowrap 0.27.0

RELEASE_INSTRUCTIONS.md

Lines changed: 0 additions & 101 deletions
This file was deleted.

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)