Skip to content

Commit

Permalink
Back to development: 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pbauer committed Mar 9, 2016
1 parent dfdc813 commit fd8f4b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/HISTORY.rst
@@ -1,6 +1,12 @@
Changelog
=========

2.1 (unreleased)
----------------

- Nothing changed yet.


2.0 (2016-03-09)
----------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os

version = '2.0'
version = '2.1.dev0'
description = open("README.rst").read() + "\n"
description += open(os.path.join("docs", "HISTORY.rst")).read()

Expand Down

0 comments on commit fd8f4b0

Please sign in to comment.