Bump index version to 11, add index version changelog

This commit is contained in:
Daniel Martí 2014-01-07 17:59:02 +01:00
parent f37d00507b
commit 71db41b869
2 changed files with 12 additions and 1 deletions

11
docs/index_versions.md Normal file
View File

@ -0,0 +1,11 @@
### 11 (January 2014)
* Support per-density icon folders (/icons-\*)
### 10 (January 2014)
* First version
### 0 (?)
* No version yet declared

View File

@ -620,7 +620,7 @@ def make_index(apps, apks, repodir, archive, categories):
repoel.setAttribute("url", config['repo_url'])
addElement('description', config['repo_description'], doc, repoel)
repoel.setAttribute("version", "10")
repoel.setAttribute("version", "11")
repoel.setAttribute("timestamp", str(int(time.time())))
if config['repo_keyalias']: