Skip to content

Commit

Permalink
Back to development: 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Diaz committed Jul 12, 2018
1 parent 0de4118 commit bfacf91
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

0.22 (unreleased)
-----------------

- Nothing changed yet.


0.21 (2018-07-12)
-----------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup, find_packages
import os

version = '0.21'
version = '0.22.dev0'

README = open("README.rst").read()
HISTORY = open(os.path.join("docs", "HISTORY.rst")).read()
Expand Down

0 comments on commit bfacf91

Please sign in to comment.