Skip to content

Commit

Permalink
Stable 1.0.0 - and die.
Browse files Browse the repository at this point in the history
  • Loading branch information
BJ Dierkes committed Aug 11, 2012
1 parent a99ce5b commit de882b2
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 35 deletions.
19 changes: 7 additions & 12 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Cement 0.8 ChangeLog
Cement 1.0.0 ChangeLog
==============================================================================

All bugs/feature details can be found at:
Expand All @@ -9,26 +9,21 @@ All bugs/feature details can be found at:
Where XXXXX is the 'Issue #' referenced below. Additionally, this change log
is available online at:

http://builtoncement.org/cement/0.8/doc/changes.html
http://builtoncement.com/1.0/changes.html

.. raw:: html

<BR><BR>


0.8.19 - development (will be released as 0.8.20)
1.0.0 - Fri Aug 10, 2012
------------------------------------------------------------------------------

Bug Fixes
^^^^^^^^^

- None


Feature Enhancements
^^^^^^^^^^^^^^^^^^^^
This is the final release of the 0.8.x/1.0.x code base. There are no bug
fixes, nor feature enhancements. Cement 1.0.x should be considered dead
and should not be used for current development.

- None
All applications Built on Cement should now use the 2.0.x stable branch.


0.8.18 - Wed Jul 06, 2011
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

import sys, os

VERSION = '0.8'
RELEASE = '0.8.19'
VERSION = '1.0'
RELEASE = '1.0.0'

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
Expand Down
25 changes: 7 additions & 18 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,18 @@
Cement CLI Application Framework Documentation
==============================================

.. warning:: Cement 1.0.x is deprecated and no longer developed.
Please use `Cement 2.0.x <http://builtoncement.com/2.0/>`_.
These documents will continue to live here for historical reasons.

Cement is an advanced CLI Application Framework for Python. This documentation
is a guide for developers wishing to build their applications on top of the
Cement Framework.

* Doc: http://builtoncement.org/cement/0.8/doc/
* Download: http://builtoncement.org/cement/0.8/source/
* Code: http://github.com/derks/cement


The Python packages are available separately via PyPi:

* http://pypi.python.org/pypi/cement
* http://pypi.python.org/pypi/cement.devtools


The Rosendale Project
---------------------
* DOCS: http://builtoncement.com/1.0/
* CODE: https://github.com/cement/cement/tree/stable/1.0.x/
* PYPI: http://pypi.python.org/pypi/cement/1.0.0/

The Rosendale Project is geared towards providing shared plugins for all
applications built on Cement.

* http://builtoncement.org/rosendale/1.0/doc/


Contents
--------
Expand Down
2 changes: 1 addition & 1 deletion src/cement.devtools/setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import sys, os

VERSION = '0.8.19'
VERSION = '1.0.0'

LONG = """
Cement is an advanced CLI Application Framework for Python. The 'devtools'
Expand Down
2 changes: 1 addition & 1 deletion src/cement.test/setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import sys, os

VERSION = '0.8.19'
VERSION = '1.0.0'

LONG = """
Cement is an advanced CLI Application Framework for Python. The 'test'
Expand Down
2 changes: 1 addition & 1 deletion src/cement/setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import sys, os

VERSION = '0.8.19'
VERSION = '1.0.0'

LONG = """
Cement is an advanced CLI Application Framework for Python. This package
Expand Down

0 comments on commit de882b2

Please sign in to comment.