Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
version change
Browse files Browse the repository at this point in the history
  • Loading branch information
veit committed Feb 1, 2017
1 parent ac0ed13 commit 6911f35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion djangocms_reversion2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding:utf-8 -*-
__version__ = '0.1'
__version__ = '0.1a'
default_app_config = 'djangocms_reversion2.apps.CMSReversion2Config'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from djangocms_reversion2 import __version__

CLASSIFIERS = [
'Development Status :: 4 - Beta',
'Development Status :: 2 - Pre-Alpha',
'Framework :: Django',
'Environment :: Web Environment',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 6911f35

Please sign in to comment.