Skip to content

Commit

Permalink
history and new version
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosp420 committed Sep 7, 2016
1 parent 885db0b commit b74dd06
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
14 changes: 12 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
History
=======

v2.2.0 (2016-09-xx
~~~~~~~~~~~~~~~~~~
v2.2.0 (2016-09-07)
~~~~~~~~~~~~~~~~~~~
* agregada capacidad de soportar proyectos de Legislatura 2011 y 2016.
* agregada interface administrador en Django.
* mostrar proyectos de actual legislatura y menor prominencia a proyectos de
legislaturas pasadas.
* actualización de spiders.
* actualización de dependencias: Django, rest_framework, rest_framework_swagger.
* actualización de layout de docs en API.
* bug fixed: número de proyectos aprovados en front-page
* bug fixed: búsqueda de proyecto "209" resultará en búsqueda de proyecto 00209-2016.
* bug fixed: ya no se muestra código 404 en el API.
* bug fixed: logo de Hiperderecho está hosteado en nuestro server.
* bug fixed: lista de proyectos de legislatura pasada ya no genera error 500.
* bug fixed: modificación de modelos para casos en que congresistas tengan nombres
con y sin tildes. Cualquier variación mostrará proyectos de cada congresista.

v2.1.1 (2015-10-29)
~~~~~~~~~~~~~~~~~~~
Expand Down
4 changes: 2 additions & 2 deletions proyectos_de_ley/pdl/templates/pdl/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
</small>

<small class="pull-left">
Desarrollado por <a href="http://aniversarioperu.me/cv/">AniversarioPerú</a>
<a href="https://github.com/proyectosdeley/proyectos_de_ley">v2.1.1</a>
Desarrollado por <a href="http://mycalesis.me/">Carlos Peña</a>
<a href="https://github.com/proyectosdeley/proyectos_de_ley">v2.2.0</a>
</small>

<br />
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
except ImportError:
from distutils.core import setup

version = '2.1.1'
version = '2.2.0'

setup(
name='proyectos_de_ley',
version=version,
author='Aniversario Peru',
author_email='aniversarioperu1@gmail.com',
author='Carlos Peña',
author_email='mycalesis@gmail.com',
packages=[
'proyectos_de_ley',
],
Expand Down

0 comments on commit b74dd06

Please sign in to comment.