Skip to content

Commit

Permalink
Version bump to 1.0.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
niranjan94 committed Jan 10, 2017
1 parent 85e0fdd commit 53c829b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-v1.0.0--alpha.3-blue.svg?style=flat-square)](https://github.com/fossasia/open-event-orga-server/releases/latest)
[![GitHub release](https://img.shields.io/badge/release-v1.0.0--alpha.4-blue.svg?style=flat-square)](https://github.com/fossasia/open-event-orga-server/releases/latest)
[![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)
[![Coveralls branch](https://img.shields.io/coveralls/fossasia/open-event-orga-server/master.svg?style=flat-square&label=Coveralls+Coverage)](https://coveralls.io/github/fossasia/open-event-orga-server?branch=master)
Expand Down
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

basedir = os.path.abspath(os.path.dirname(__file__))

VERSION_NAME = '1.0.0-alpha.3'
VERSION_NAME = '1.0.0-alpha.4'

# available languages
LANGUAGES = {
Expand Down

0 comments on commit 53c829b

Please sign in to comment.