Skip to content

Commit

Permalink
Back to development: 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alga committed Oct 9, 2019
1 parent 691d46a commit 73b30cf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changes
=======

2.5 (unreleased)
----------------

- Nothing changed yet.


2.4 (2019-10-09)
----------------

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

version = '2.4'
version = '2.5.dev0'

with open('README.rst', 'rt', encoding='utf8') as readme:
description = readme.read()
Expand Down

0 comments on commit 73b30cf

Please sign in to comment.