File tree 2 files changed +4
-1
lines changed
bindings/python/pymongocrypt
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 51
51
version : ${{ inputs.version }}
52
52
working_directory : ./bindings/python
53
53
dry_run : ${{ inputs.dry_run }}
54
+ tag_template : " pymongocrypt-${VERSION}"
55
+ tag_message_template : " Release PyMongoCrypt ${VERSION}"
54
56
55
57
build-dist :
56
58
needs : [pre-publish]
92
94
product_name : ${{ env.PRODUCT_NAME }}
93
95
silk_asset_group : ${{ env.SILK_ASSET_GROUP }}
94
96
evergreen_project : ${{ env.EVERGREEN_PROJECT }}
97
+ tag_template : " pymongocrypt-${VERSION}"
95
98
token : ${{ github.token }}
96
99
dry_run : ${{ inputs.dry_run }}
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- __version__ = "1.10.0"
15
+ __version__ = "1.10.0.dev0 "
16
16
17
17
_MIN_LIBMONGOCRYPT_VERSION = "1.8.0"
You can’t perform that action at this time.
0 commit comments