Skip to content

Commit

Permalink
Preparing release 2.0b3
Browse files Browse the repository at this point in the history
  • Loading branch information
regebro committed Sep 11, 2018
1 parent 16df074 commit 5e79dcb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changes
=======

2.0b3 (unreleased)
2.0b3 (2018-09-11)
------------------

- Replaced the example RMLFormatter with a more generic HTML formatter,
Expand Down
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ include *.txt
include *.yml
include .coveragerc
include Makefile
include docs/requirements.txt
recursive-include tests *.py
recursive-include tests *.xml
recursive-include tests *.html
recursive-include docs *.bat
recursive-include docs *.py
recursive-include docs *.rst
recursive-include docs *.xslt
recursive-include docs Makefile
recursive-exclude docs/build *
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.0b3.dev0'
version = '2.0b3'

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

0 comments on commit 5e79dcb

Please sign in to comment.