Skip to content

Commit be42078

Browse files
committed
Preparing release v0.14.0
1 parent 782ed76 commit be42078

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Full changelog
22
==============
33

4-
v0.14.0 (unreleased)
4+
v0.14.0 (2018-11-14)
55
--------------------
66

77
* Improved how we handle equal aspect ratio to not depend on

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ include LICENSE
33
include README.md
44
include glueviz.desktop
55
include CHANGES.md
6+
include conftest.py
67
recursive-include doc *

glue/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from __future__ import absolute_import, division, print_function
22

33

4-
__version__ = '0.14.0.dev0'
4+
__version__ = '0.14.0'
55

66
try:
77
from glue._githash import __githash__, __dev_value__ # noqa

0 commit comments

Comments
 (0)