Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

Commit

Permalink
Release version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raphiz committed Sep 25, 2015
1 parent d82da08 commit 547b308
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.0-dev
current_version = 1.1.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Seriesbutler 1.1.0-dev
# Seriesbutler 1.1.0
[![Build Status](https://travis-ci.org/raphiz/seriesbutler.svg)](https://travis-ci.org/raphiz/seriesbutler)
[![Coverage Status](https://coveralls.io/repos/raphiz/seriesbutler/badge.svg?branch=master&service=github)](https://coveralls.io/github/raphiz/seriesbutler?branch=master)
[![Dependency Status](https://www.versioneye.com/user/projects/55f17d5ad4d2040019000060/badge.svg?style=flat)](https://www.versioneye.com/user/projects/55f17d5ad4d2040019000060)
Expand Down
2 changes: 1 addition & 1 deletion seriesbutler/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.0-dev"
__version__ = "1.1.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="seriesbutler",
version="1.1.0-dev",
version="1.1.0",
packages=['seriesbutler'],
author="Raphael Zimmermann",
author_email="dev@raphael.li",
Expand Down

0 comments on commit 547b308

Please sign in to comment.