Skip to content

Commit

Permalink
chore: release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Apr 8, 2019
1 parent 74c9d97 commit f58ddf6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Refract Python Changelog

## Master
## 0.4.0 (2019-04-08)

### Breaking

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
# built documents.
#
# The short X.Y version.
version = '0.3'
version = '0.4'
# The full version, including alpha/beta/rc tags.
release = '0.3.1'
release = '0.4.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='refract',
version='0.3.1',
version='0.4.0',
description='A Python library for interacting with Refract.',
url='https://github.com/kylef/refract.py',
packages=['refract', 'refract.elements', 'refract.contrib'],
Expand Down

0 comments on commit f58ddf6

Please sign in to comment.