Skip to content

Commit

Permalink
[release-v1.7] Update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Apr 25, 2012
1 parent 521a1a0 commit eedae4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ckan/__init__.py
@@ -1,4 +1,4 @@
__version__ = '1.6.1b'
__version__ = '1.7b'
__description__ = 'Comprehensive Knowledge Archive Network (CKAN) Software'
__long_description__ = \
'''CKAN software provides a hub for datasets. The flagship site running CKAN
Expand Down
8 changes: 4 additions & 4 deletions pip-requirements.txt
Expand Up @@ -5,11 +5,11 @@
#
# pip install --ignore-installed -r pip-requirements.txt

-e git+https://github.com/okfn/ckan@release-v1.6.1#egg=ckan
-e git+https://github.com/okfn/ckan@release-v1.7#egg=ckan
# CKAN dependencies
-r https://github.com/okfn/ckan/raw/release-v1.6.1/requires/lucid_conflict.txt
-r https://github.com/okfn/ckan/raw/release-v1.6.1/requires/lucid_present.txt
-r https://github.com/okfn/ckan/raw/release-v1.6.1/requires/lucid_missing.txt
-r https://github.com/okfn/ckan/raw/release-v1.7/requires/lucid_conflict.txt
-r https://github.com/okfn/ckan/raw/release-v1.7/requires/lucid_present.txt
-r https://github.com/okfn/ckan/raw/release-v1.7/requires/lucid_missing.txt

# NOTE: Developers, please do not edit this file. Changes should go in the
# appropriate files in the `requires' directory.

0 comments on commit eedae4f

Please sign in to comment.