Skip to content

Commit 682077f

Browse files
committed
Prepare release 0.4.0
1 parent c42c2dd commit 682077f

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
@@ -2,8 +2,8 @@
22
``haas`` CHANGELOG
33
====================
44

5-
Change Summary since 0.3.1
6-
==========================
5+
Version 0.4.0
6+
=============
77

88
Bugs Fixed
99
----------

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.4'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '0.4.0.dev'
62+
release = '0.4.0'
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.4.0.dev'
13+
VERSION = '0.4.0'
1414

1515

1616
def write_version_py(filename=None):

0 commit comments

Comments
 (0)