From 14ddc4ffcd7e2a4056b119d630bfc3c8501c982f Mon Sep 17 00:00:00 2001 From: Niranjan Rajendran Date: Wed, 25 Jan 2017 17:11:58 +0530 Subject: [PATCH] Bump version to 1.0.0-alpha.7 --- README.md | 2 +- config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a35c5355e8..ba50916bb2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ The Open Event Orga Server enables organizers to manage events from concerts to conferences and meet-ups. It offers features for events with several tracks and venues. Event managers can create invitation forms for speakers and build schedules in a drag and drop interface. The event information is stored in a database. The system provides API endpoints to fetch the data, and to modify and update it. Organizers can import and export event data in a standard compressed file format that includes the event data in JSON and binary media files like images and audio. -[![GitHub release](https://img.shields.io/badge/release-1.0.0-alpha.6-blue.svg?style=flat-square)](https://github.com/fossasia/open-event-orga-server/releases/latest) +[![GitHub release](https://img.shields.io/badge/release-1.0.0-alpha.7-blue.svg?style=flat-square)](https://github.com/fossasia/open-event-orga-server/releases/latest) [![Build Status](https://travis-ci.org/fossasia/open-event-orga-server.svg?branch=development)](https://travis-ci.org/fossasia/open-event-orga-server) [![Travis branch](https://img.shields.io/travis/fossasia/open-event-orga-server/master.svg?style=flat-square)](https://travis-ci.org/fossasia/open-event-orga-server) [![Gemnasium](https://img.shields.io/gemnasium/fossasia/open-event-orga-server.svg?style=flat-square)](https://gemnasium.com/github.com/fossasia/open-event-orga-server) diff --git a/config.py b/config.py index 23946be876..6dcb39e53c 100644 --- a/config.py +++ b/config.py @@ -3,7 +3,7 @@ basedir = os.path.abspath(os.path.dirname(__file__)) -VERSION_NAME = '1.0.0-alpha.6' +VERSION_NAME = '1.0.0-alpha.7' LANGUAGES = { 'en': 'English',