Skip to content

Commit

Permalink
Release 1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardoarroyo committed Jun 22, 2017
1 parent f451126 commit c5c1926
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGES.rst
Expand Up @@ -160,5 +160,9 @@ v1.2.6
* Add SimpleAddressSerializar
* Add ADDRESS_SERIALIZER_TUPLE setting and get_serializer_tuple helper

v1.2.7[unreleased]
v1.2.7
-----------
* Add pyexcel to requirements

v1.2.8[unreleased]
-----------
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -3,13 +3,13 @@

setup(
name='ovp-core',
version='1.2.6',
version='1.2.7',
author=u'Atados',
author_email='arroyo@atados.com.br',
packages=find_packages(),
include_package_data=True,
url='https://github.com/OpenVolunteeringPlatform/django-ovp-core',
download_url = 'https://github.com/OpenVolunteeringPlatform/django-ovp-core/tarball/1.2.4',
download_url='https://github.com/OpenVolunteeringPlatform/django-ovp-core/tarball/1.2.7',
license='AGPL',
description='This module has core functionality for' + \
' ovp projects, such as creation, editing' + \
Expand Down

0 comments on commit c5c1926

Please sign in to comment.