Revision 8becf803

b/snf-pithos-app/Changelog
1 1
Changelog
2 2
=========
3 3

  
4
v0.9.8
4
v0.10.0
5 5
------
6 6
* improve sql queries
7 7
* support for bulk operations (MOVE/COPY/DELETE)
b/snf-pithos-app/setup.py
65 65

  
66 66
# Package requirements
67 67
INSTALL_REQUIRES = [
68
    'snf-common>=0.9.0rc',
69
    'snf-pithos-backend>=0.9.1',
68
    'snf-common>0.9.13',
69
    'snf-pithos-backend>0.9.7',
70 70
    'Django>=1.2, <1.3'
71 71
]
72 72

  
b/snf-pithos-backend/Changelog
1 1
Changelog
2 2
=========
3 3

  
4
v0.9.8
5
------
4
v0.10.0
5
-------
6 6

  
7 7
* New migration tool added, `pithos-migrate`.
8 8
  
......
10 10
	
11 11
	$ pithos-migrate upgrade head
12 12
  
13
  To enable migrations for a new database, create database schema as usual
14
  and then::
13
  To initialize the database and then::
15 14
  	
16
	$ pithos-migrate stamp head
15
	$ pithos-migrate initdb
17 16

  
18 17

  
19 18
v0.9.7
b/snf-pithos-backend/setup.py
65 65

  
66 66
# Package requirements
67 67
INSTALL_REQUIRES = [
68
    'snf-common>=0.9.0rc',
68
    'snf-common>0.9.13',
69 69
    'SQLAlchemy==0.6.3',
70 70
    'alembic>=0.3.4, <0.4',
71 71
]
b/snf-pithos-tools/setup.py
67 67

  
68 68
# Package requirements
69 69
INSTALL_REQUIRES = [
70
    'snf-common>=0.9.0rc',
70
    'snf-common>0.9.13',
71 71
    'progress>=1.0'
72 72
]
73 73

  

Also available in: Unified diff