Skip to content

Commit

Permalink
Update for 1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bbangert committed Aug 13, 2012
1 parent 58b3994 commit 7ca157c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
@@ -1,6 +1,9 @@
Pylons Changelog Pylons Changelog
================ ================


1.0.1 (August 13th, 2012)
* No changes since RC1.

1.0.1RC1 (December 12, 2011) 1.0.1RC1 (December 12, 2011)
* Updated dependencies to latest versions of Paste, PasteDeploy, and * Updated dependencies to latest versions of Paste, PasteDeploy, and
compatibility for the latest WebOb 1.2 betas. compatibility for the latest WebOb 1.2 betas.
Expand Down
6 changes: 3 additions & 3 deletions pylons/docs/en/conf.py
Expand Up @@ -43,15 +43,15 @@


# General substitutions. # General substitutions.
project = 'Pylons Framework' project = 'Pylons Framework'
copyright = '2008-2011, Ben Bangert, James Gardner, Philip Jenvey' copyright = '2008-2012, Ben Bangert, James Gardner, Philip Jenvey'


# The default replacements for |version| and |release|, also used in various # The default replacements for |version| and |release|, also used in various
# other places throughout the built documents. # other places throughout the built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '1.1' version = '1.0.1'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '1.1' release = '1.0.1'


# There are two options for replacing |today|: either, you set today to some # There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used: # non-false value, then it is used:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@
use_setuptools() use_setuptools()
from setuptools import setup, find_packages from setuptools import setup, find_packages


version = '1.0.1rc1' version = '1.0.1'


tests_require = ['nose', 'Jinja2>=2.2.1'] tests_require = ['nose', 'Jinja2>=2.2.1']
if not sys.platform.startswith('java'): if not sys.platform.startswith('java'):
Expand Down

0 comments on commit 7ca157c

Please sign in to comment.