Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
552bfa89
Commit
552bfa89
authored
Jul 18, 2012
by
Kostas Papadimitriou
Browse files
Bump versions for v0.10.0 release
- in setup.py required packages - in Changelog entry
parent
bd679942
Changes
5
Hide whitespace changes
Inline
Side-by-side
snf-pithos-app/Changelog
View file @
552bfa89
Changelog
Changelog
=========
=========
v0.
9.8
v0.
10.0
------
------
* improve sql queries
* improve sql queries
* support for bulk operations (MOVE/COPY/DELETE)
* support for bulk operations (MOVE/COPY/DELETE)
...
...
snf-pithos-app/setup.py
View file @
552bfa89
...
@@ -65,8 +65,8 @@ CLASSIFIERS = []
...
@@ -65,8 +65,8 @@ CLASSIFIERS = []
# Package requirements
# Package requirements
INSTALL_REQUIRES
=
[
INSTALL_REQUIRES
=
[
'snf-common>
=
0.9.
0rc
'
,
'snf-common>0.9.
13
'
,
'snf-pithos-backend>
=
0.9.
1
'
,
'snf-pithos-backend>0.9.
7
'
,
'Django>=1.2, <1.3'
'Django>=1.2, <1.3'
]
]
...
...
snf-pithos-backend/Changelog
View file @
552bfa89
Changelog
Changelog
=========
=========
v0.
9.8
v0.
10.0
------
------
-
* New migration tool added, `pithos-migrate`.
* New migration tool added, `pithos-migrate`.
...
@@ -10,10 +10,9 @@ v0.9.8
...
@@ -10,10 +10,9 @@ v0.9.8
$ pithos-migrate upgrade head
$ pithos-migrate upgrade head
To enable migrations for a new database, create database schema as usual
To initialize the database and then::
and then::
$ pithos-migrate
stamp head
$ pithos-migrate
initdb
v0.9.7
v0.9.7
...
...
snf-pithos-backend/setup.py
View file @
552bfa89
...
@@ -65,7 +65,7 @@ CLASSIFIERS = []
...
@@ -65,7 +65,7 @@ CLASSIFIERS = []
# Package requirements
# Package requirements
INSTALL_REQUIRES
=
[
INSTALL_REQUIRES
=
[
'snf-common>
=
0.9.
0rc
'
,
'snf-common>0.9.
13
'
,
'SQLAlchemy==0.6.3'
,
'SQLAlchemy==0.6.3'
,
'alembic>=0.3.4, <0.4'
,
'alembic>=0.3.4, <0.4'
,
]
]
...
...
snf-pithos-tools/setup.py
View file @
552bfa89
...
@@ -67,7 +67,7 @@ CLASSIFIERS = []
...
@@ -67,7 +67,7 @@ CLASSIFIERS = []
# Package requirements
# Package requirements
INSTALL_REQUIRES
=
[
INSTALL_REQUIRES
=
[
'snf-common>
=
0.9.
0rc
'
,
'snf-common>0.9.
13
'
,
'progress>=1.0'
'progress>=1.0'
]
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment