Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use -dev suffix for development versions #43

Closed
wikier opened this issue Aug 26, 2014 · 3 comments
Closed

Use -dev suffix for development versions #43

wikier opened this issue Aug 26, 2014 · 3 comments
Assignees
Milestone

Comments

@wikier
Copy link
Member

wikier commented Aug 26, 2014

With the discussion around issue #40, in IRC @joernhees suggested that we could adopt the same workflow than rdflib core uses:

  • after a release we up the version but suffix it with -dev
  • in the release process the last commit removes the "-dev"

That's http://semver.org conform and all the package management tools will see the "-something" as "pre-release".

What do you think?

@wikier wikier added this to the 1.6.4 milestone Aug 26, 2014
@wikier wikier self-assigned this Aug 26, 2014
@joernhees
Copy link
Member

i obviously like it ;)

In [24]: import pip

In [25]: SemVer = pip.util.version.SemanticVersion

In [26]: SemVer('1.6.3') < SemVer('1.6.4-dev') < SemVer('1.6.4')
Out[26]: True

@wikier
Copy link
Member Author

wikier commented Aug 26, 2014

Then we can play with such naming in the following versions.

Thanks @joernhees for the valuable idea.

@wikier wikier closed this as completed Aug 26, 2014
@joernhees
Copy link
Member

;) 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants