Skip to content

Commit c48623f

Browse files
committed
[enh] release 0.8
1 parent 42ae7cf commit c48623f

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 support to typed function arguments https://github.com/PyCQA/redbaron/pull/168 Scott Belden 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='redbaron',
15-
version='0.7.1',
15+
version='0.8',
1616
description='Abstraction on top of baron, a FST for python to make writing refactoring code a realistic task',
1717
author='Laurent Peuch',
1818
long_description=read_md("README.md") + "\n\n" + open("CHANGELOG", "r").read(),

0 commit comments

Comments
 (0)