Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
svn path=/Plone/trunk/; revision=46937
  • Loading branch information
esteele committed Jan 18, 2011
1 parent 2e2f64f commit 6c94204
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
Changelog
=========

4.1 - 2011-01-18
4.1a2 - Unreleased
------------------

4.1a1 - 2011-01-18
----------------

- Separate `Products.CMFPlone` from the `Plone` egg.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os.path

version = '4.1a1'
version = '4.1a2'

setup(name='Plone',
version=version,
Expand Down

0 comments on commit 6c94204

Please sign in to comment.