[ckan-changes] [okfn/ckan] eedae4: [release-v1.7] Update version numbers

GitHub noreply at github.com
Wed Apr 25 18:43:13 UTC 2012


  Branch: refs/heads/release-v1.7
  Home:   https://github.com/okfn/ckan
  Commit: eedae4f6cc4b2b16af227d338bc5b0aeb600377b
      https://github.com/okfn/ckan/commit/eedae4f6cc4b2b16af227d338bc5b0aeb600377b
  Author: amercader <amercadero at gmail.com>
  Date:   2012-04-25 (Wed, 25 Apr 2012)

  Changed paths:
    M ckan/__init__.py
    M pip-requirements.txt

  Log Message:
  -----------
  [release-v1.7] Update version numbers


diff --git a/ckan/__init__.py b/ckan/__init__.py
index b433319..36c8f37 100644
--- a/ckan/__init__.py
+++ b/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 
diff --git a/pip-requirements.txt b/pip-requirements.txt
index 4460f14..be8a66c 100644
--- a/pip-requirements.txt
+++ b/pip-requirements.txt
@@ -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.


================================================================



More information about the ckan-changes mailing list