Skip to content

Commit

Permalink
Preparing release 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
regebro committed Feb 27, 2019
1 parent 2fef2be commit 6ffae14
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
Changes
=======

2.3 (unreleased)
2.3 (2019-02-27)
----------------

- Added a simple ``xmlpatch`` command and API.

- Multiple updates to documentation and code style


2.2 (2018-10-12)
----------------
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ include docs/requirements.txt
recursive-include tests *.py
recursive-include tests *.xml
recursive-include tests *.html
recursive-include tests *.diff
recursive-include docs *.bat
recursive-include docs *.py
recursive-include docs *.rst
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from io import open
from setuptools import setup, find_packages

version = '2.3.dev0'
version = '2.3'

with open('README.rst', 'rt', encoding='utf8') as readme:
description = readme.read()
Expand Down

0 comments on commit 6ffae14

Please sign in to comment.