Skip to content

Update version str to be pep 440 compliant, start beta1#341

Merged
minrk merged 3 commits into
ipython:masterfrom
Carreau:beta1
Sep 14, 2018
Merged

Update version str to be pep 440 compliant, start beta1#341
minrk merged 3 commits into
ipython:masterfrom
Carreau:beta1

Conversation

@Carreau

@Carreau Carreau commented Sep 12, 2018

Copy link
Copy Markdown
Member
  • should we also drop 3.4 in IPykernel 5.0 ?
  • Jump version number ot 7.0 to re-sync with IPython ?

Comment thread ipykernel/_version.py
version_info = (5, 0, 0, 'b1')
__version__ = '.'.join(map(str, version_info[:3]))

# pep440 is annoying, beta/alpha/rc should _not_ have dots or pip/setuptools

@minrk minrk Sep 13, 2018

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't an issue because we are using setuptools in setup.py. It only comes up in the packages where we skip the setuptools import in setup.py when making an sdist, which we don't do here, and should eventually not do anywhere anymore.

Comment thread docs/changelog.rst Outdated
5.0.0
*****

`4.9.0 on GitHub <https://github.com/ipython/ipykernel/milestones/5.0>`__

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5.0.0

@minrk

minrk commented Sep 13, 2018

Copy link
Copy Markdown
Member

Jump version number ot 7.0 to re-sync with IPython ?

I don't think so—the whole point of separate packages is that the versions are independent, so they should diverge. If the versions should be kept in sync, then they shouldn't be separate packages.

@minrk minrk added this to the 5.0 milestone Sep 13, 2018
@minrk minrk changed the title Update version str to be pep 440 complient, start beta1 Update version str to be pep 440 compliant, start beta1 Sep 14, 2018
@minrk minrk merged commit 46064b7 into ipython:master Sep 14, 2018
@minrk

minrk commented Sep 14, 2018

Copy link
Copy Markdown
Member

5.0b1 is tagged and up on PyPI

@Carreau

Carreau commented Sep 14, 2018

Copy link
Copy Markdown
Member Author

THanks ! Apologies if I'm a bit slow these days.

@Carreau Carreau deleted the beta1 branch September 14, 2018 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants