Skip to content
Snippets Groups Projects
Commit 35e01c6e authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

New upstream version 0.0.6

parents 3e829b59 3538a165
No related branches found
No related tags found
No related merge requests found
......@@ -2,3 +2,5 @@ include Makefile
include requirements.txt
include requirements-swh.txt
include version.txt
recursive-include swh/deposit/fixtures *
recursive-include swh/deposit/templates *
Metadata-Version: 1.0
Name: swh.deposit
Version: 0.0.5
Version: 0.0.6
Summary: Software Heritage Deposit Server
Home-page: https://forge.softwareheritage.org/source/swh-deposit/
Author: Software Heritage developers
......
Metadata-Version: 1.0
Name: swh.deposit
Version: 0.0.5
Version: 0.0.6
Summary: Software Heritage Deposit Server
Home-page: https://forge.softwareheritage.org/source/swh-deposit/
Author: Software Heritage developers
......
......@@ -34,7 +34,7 @@ if db_user:
db['USER'] = db_user
db_pass = db_conf.get('pass')
db_pass = db_conf.get('password')
if db_pass:
db['PASSWORD'] = db_pass
......
v0.0.5-0-g733f599
\ No newline at end of file
v0.0.6-0-g3538a16
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment