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

Commit

Permalink
Update after release
Browse files Browse the repository at this point in the history
svn path=/plone.relations/trunk/; revision=23444
  • Loading branch information
hannosch committed Nov 26, 2008
1 parent 91b8e11 commit d2c3f1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.txt
@@ -1,6 +1,10 @@
Changelog Changelog
========= =========


1.0rc2 - unreleased
-------------------


1.0rc1 - 2008-11-26 1.0rc1 - 2008-11-26
------------------- -------------------


Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,7 +1,7 @@
import os import os
from setuptools import setup, find_packages from setuptools import setup, find_packages


version = '1.0rc1' version = '1.0rc2'


def read(*rnames): def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read() return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
Expand Down

0 comments on commit d2c3f1a

Please sign in to comment.