Mongoengine: New Release

Created on 26 Nov 2016  路  9Comments  路  Source: MongoEngine/mongoengine

I think it might be time for v0.10.7 (https://github.com/MongoEngine/mongoengine/blob/master/docs/changelog.rst#changes-in-0107---dev). Is anybody opposed? If so, what is missing before we can release? If not, could you do it @lafrech or @thedrow ?

Most helpful comment

Congratulations, @wojcikstefan, you just released v0.10.7!

All 9 comments

I agree. We can release a new version.

Agreed.

@thedrow, would you like us to help in the release process?

AFAICT, the steps are:

  • Check/update changelog
  • Update version
  • Add and push version tag (annotated or non annotated?)

Is the release on PyPi automatic or is there some manual step? I didn't find anything relevant in the "hooks" section of the settings.

Thanks.

@lafrech When you create a new tag a new release the code will be released to PyPi. I don't think I'll have time today so you can go ahead and release.

I finalized the changelog in faef5b8

Bumped the version in b461f26 and created a draft of the release at https://github.com/MongoEngine/mongoengine/releases/tag/untagged-1001b9c941c076a2bc13.

@thedrow @lafrech let me know if the release looks good. If so, I can publish it. Btw, just curious, what tool is used to push the package to PyPI upon a published release? :)

Travis does that if you configure it to.

Looks good.

I think missing PR number in changelog for

Fixed not being able to specify use_db_field=False on ListField(EmbeddedDocumentField) instances

is https://github.com/MongoEngine/mongoengine/pull/1218.

Thanks @lafrech, added in 2b7417c and also in the release draft (https://github.com/MongoEngine/mongoengine/releases/tag/untagged-3eb8f3e1443367276b68).

I also managed to add flake8 linting in #1409, but I don't think internal code quality improvements need to be communicated to our users. Do you agree? If so, feel free to publish the release :)

Congratulations, @wojcikstefan, you just released v0.10.7!

Was this page helpful?
0 / 5 - 0 ratings