Skip to content

Commit

Permalink
according to semantic versioning a major increase is needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Mar 10, 2015
1 parent f009abb commit e86bcc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

5.1 (unreleased)
6.0 (unreleased)
------------------

- Removed (optional) Archetypes Storage (used in past with CMFMember, which
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup
from setuptools import find_packages

version = '5.0.1.dev0'
version = '6.0.dev0'

longdescription = open("README.rst").read()
longdescription += '\n'
Expand All @@ -11,7 +11,7 @@
setup(
name='Products.PlonePAS',
version=version,
description="PlonePAS adapts the PluggableAuthService for use by Plone.",
description="PlonePAS modifies the PluggableAuthService for use by Plone.",
long_description=longdescription,
classifiers=[
"Framework :: Plone",
Expand Down

0 comments on commit e86bcc2

Please sign in to comment.