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
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
conditions: v1

git:
depth: false

language: python

dist: trusty
Expand Down
2 changes: 1 addition & 1 deletion cherry_picker/cherry_picker/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Backport CPython changes from master to maintenance branches."""
__version__ = '1.3.1.dev1'
__version__ = '1.3.1'
7 changes: 7 additions & 0 deletions cherry_picker/readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,13 @@ Changelog
1.3.1 (in development)
----------------------

- Modernize cherry_picker's pyproject.toml file. (`PR #316 <https://github.com/python/core-workflow/pull/316>`_)

- Remove the ``BACKPORT_COMPLETE`` state. Unset the states when backport is completed.
(`PR #315 <https://github.com/python/core-workflow/pull/315>`_)

- Run Travis CI test on Windows (`PR #311 <https://github.com/python/core-workflow/pull/311>`_).

1.3.0
-----

Expand Down