Skip to content

Commit

Permalink
Prepare for 0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Koen Van Daele committed May 21, 2015
1 parent 5ebed3b commit 5d00e75
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.1.0 (2015-??-??)
0.1.0 (2015-05-21)
------------------

- Initial version
4 changes: 0 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Runtime requirements
--requirement requirements.txt

# Documentation
Sphinx==1.3.1
sphinxcontrib-httpdomain==1.3.0

#testing
pytest==2.7.0
pytest-cov==1.8.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
CHANGES = f.read()

setup(name='pyramid_urireferencer',
version='0.1.0a1',
version='0.1.0',
description='A pyramid plugin to handle referencing external URIs.',
long_description=README + '\n\n' + CHANGES,
classifiers=[
Expand Down

0 comments on commit 5d00e75

Please sign in to comment.