Skip to content

Commit

Permalink
The next release should be a feature release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Sep 19, 2019
1 parent 5a5f836 commit 8fc171c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

options = dict(
name="ZConfig",
version='3.5.1.dev0',
version='3.6.dev0',
author="Fred L. Drake, Jr.",
author_email="fred@fdrake.net",
maintainer="Zope Foundation and Contributors",
Expand Down

3 comments on commit 8fc171c

@freddrake
Copy link
Contributor

Choose a reason for hiding this comment

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

Why? Do you consider Python 3.8 support a feature?

@icemac
Copy link
Member

@icemac icemac commented on 8fc171c Sep 23, 2019

Choose a reason for hiding this comment

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

Yes, supporting new Python versions is considered a feature in the zopefoundation repositories.

@freddrake
Copy link
Contributor

Choose a reason for hiding this comment

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

Hmm. I've never particularly agreed with that line of thinking, but I'm not interested in arguing with an explicit policy (which I've no idea where to look for). Guess I'll have to come up with an actual feature to excuse the bumped version. 😎

Please sign in to comment.