Skip to content

Commit

Permalink
Bump version to 1.0-beta and clean package a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
keitheis committed Apr 12, 2018
1 parent ef8355e commit db6b2bd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Plim Changelog
==============

Version 1.0-beta
----------------

- Update and fix for Python 3.
- Mokey support line indent.
-

Version 0.1
-----------
(codename Jinja, released on August 12th 2013)
Expand Down
2 changes: 1 addition & 1 deletion plimsolls/__init__.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"""


__version__ = '0.3-dev'
__version__ = '1.0-beta'

# high level interface
from plimsolls import formatters
Expand Down
7 changes: 1 addition & 6 deletions setup.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
keywords="html presentations slides plim templates",
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Topic :: Text Processing',
'Topic :: Multimedia :: Graphics :: Presentation',
'Intended Audience :: Developers',
Expand All @@ -33,11 +33,6 @@
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7'
],
)

0 comments on commit db6b2bd

Please sign in to comment.