Skip to content

Commit 125c5d7

Browse files
authored
Merge pull request #232 from graingert/configure-zest-releaser
configure zest.releaser
2 parents 6b2a200 + a086288 commit 125c5d7

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
Version 0.8rc2-dev
2-
==================
3-
4-
Unreleased.
1+
0.8rc2 (unreleased)
2+
===================
53

64
Features
75
--------

libmodernize/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from fissix.pygram import python_symbols as syms
66
from fissix.pytree import Leaf, Node
77

8-
__version__ = "0.8rc1"
8+
__version__ = "0.8rc2.dev0"
99

1010

1111
def check_future_import(node):

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ test =
4040
[bdist_wheel]
4141
universal = 1
4242

43+
[zest.releaser]
44+
python-file-with-version = libmodernize/__init__.py
45+
4346
[flake8]
4447
disable-noqa = True
4548
max-line-length = 88

0 commit comments

Comments
 (0)