Commit c074682b54f7f53792e57f042a158c07ef062221
Committed by
Carlos Coêlho
1 parent
e443df0f
Exists in
spb-release/3.0
and in
2 other branches
Update Minor version.
Main updates - Fix some wrong validations - Update cronjob for updating plugin data - Including locale directory in MANIFEST.in file - Include spb theme in Colab Signed-off-by: Alexandre Barbosa <alexandreab@live.com> Signed-off-by: Luciano Prestes <lucianopcbr@gmail.com> Signed-off-by: Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com> Signed-off-by: Carlos Oliveira <carlospecter@gmail.com>
Showing
2 changed files
with
4 additions
and
4 deletions
Show diff stats
colab.spec
setup.py
| ... | ... | @@ -32,7 +32,7 @@ REQUIREMENTS = [ |
| 32 | 32 | |
| 33 | 33 | # Deps for Single SignOn (SSO) - Replaced with django-browserid==0.9 |
| 34 | 34 | 'django-browserid==0.11', |
| 35 | - 'django-revproxy==0.9.0', | |
| 35 | + 'django-revproxy==0.9.2', | |
| 36 | 36 | |
| 37 | 37 | # Converse.js (XMPP client) |
| 38 | 38 | 'django-conversejs==0.3.4', |
| ... | ... | @@ -65,7 +65,7 @@ EXCLUDE_FROM_PACKAGES = [] |
| 65 | 65 | |
| 66 | 66 | setup( |
| 67 | 67 | name='colab', |
| 68 | - version='1.9', | |
| 68 | + version='1.10', | |
| 69 | 69 | url='https://github.com/colab-community/colab', |
| 70 | 70 | author='Sergio Oliveira', |
| 71 | 71 | author_email='sergio@tracy.com.br', | ... | ... |