Skip to content

Commit

Permalink
Preparing release 1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Apr 23, 2019
1 parent 01988ae commit deda3b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -2,7 +2,7 @@ Changelog
=========


1.15.1 (unreleased)
1.15.1 (2019-04-23)
-------------------

- Add support for Python 3.7.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -8,7 +8,7 @@ default:

.PHONY: check test
check test:
py.test eazysvn.py tests.py
tox

.PHONY: coverage
coverage:
Expand Down
2 changes: 1 addition & 1 deletion eazysvn.py
Expand Up @@ -24,7 +24,7 @@
from xml.dom import minidom


__version__ = '1.15.1.dev0'
__version__ = '1.15.1'


#
Expand Down

0 comments on commit deda3b7

Please sign in to comment.