Skip to content

Commit 3adca76

Browse files
committed
Release 0.3.1
1 parent af9789b commit 3adca76

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
====================
44

55

6-
Change Summary since 0.3.0
7-
==========================
6+
Version 0.3.1
7+
=============
88

99
Bugs Fixed
1010
----------

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# The short X.Y version.
6060
version = '0.3'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '0.3.0'
62+
release = '0.3.1'
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from setuptools import setup
1111

1212

13-
VERSION = '0.3.0'
13+
VERSION = '0.3.1'
1414

1515

1616
def write_version_py(filename=None):

0 commit comments

Comments
 (0)