Skip to content

Commit f58ddf6

Browse files
committed
chore: release 0.4.0
1 parent 74c9d97 commit f58ddf6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Refract Python Changelog
22

3-
## Master
3+
## 0.4.0 (2019-04-08)
44

55
### Breaking
66

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
# built documents.
5757
#
5858
# The short X.Y version.
59-
version = '0.3'
59+
version = '0.4'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '0.3.1'
61+
release = '0.4.0'
6262

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='refract',
7-
version='0.3.1',
7+
version='0.4.0',
88
description='A Python library for interacting with Refract.',
99
url='https://github.com/kylef/refract.py',
1010
packages=['refract', 'refract.elements', 'refract.contrib'],

0 commit comments

Comments
 (0)