Skip to content

Commit b00081a

Browse files
committed
Bump version to 1.0.0-alpha.2
1 parent d75efd4 commit b00081a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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.
44

5-
[![GitHub release](https://img.shields.io/badge/release-v1.0.0--alpha-blue.svg?style=flat-square)](https://github.com/fossasia/open-event-orga-server/releases/latest)
5+
[![GitHub release](https://img.shields.io/badge/release-v1.0.0--alpha.2-blue.svg?style=flat-square)](https://github.com/fossasia/open-event-orga-server/releases/latest)
66
[![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)
77
[![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)
88
[![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)

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

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

6-
VERSION_NAME = '1.0.0-alpha'
6+
VERSION_NAME = '1.0.0-alpha.2'
77

88
# available languages
99
LANGUAGES = {

0 commit comments

Comments
 (0)