Skip to content

Commit 3756617

Browse files
committed
[enh] release 0.8
1 parent e65b401 commit 3756617

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
0.8 (unreleased)
4+
0.8 (2018-10-29)
55
----------------
66

77
- add typed parameters support https://github.com/PyCQA/baron/pull/140 by Scott Belden and and additional work by bram

setup.py

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

1313

1414
setup(name='baron',
15-
version='0.7',
15+
version='0.8',
1616
description='Full Syntax Tree for python to make writing refactoring code a realist task',
1717
author='Laurent Peuch',
1818
long_description=read_md("README.md") + "\n\n" + open("CHANGELOG", "r").read(),

0 commit comments

Comments
 (0)