Skip to content

Commit 578acde

Browse files
committed
prepared for release
1 parent dac8bab commit 578acde

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog
22
=========
33

4-
0.1.17 (????-??-??)
5-
-------------------
4+
0.2.0 (2021-02-21)
5+
------------------
66

77
- `classes.new_instance` method can take an options list now as well
88
- added `classes.get_enum` method to return the instance of a Java enum item

doc/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,16 @@
4646

4747
# General information about the project.
4848
project = u'python-weka-wrapper3'
49-
copyright = u'2014-2020, Peter "fracpete" Reutemann'
49+
copyright = u'2014-2021, Peter "fracpete" Reutemann'
5050

5151
# The version info for the project you're documenting, acts as replacement for
5252
# |version| and |release|, also used in various other places throughout the
5353
# built documents.
5454
#
5555
# The short X.Y version.
56-
version = '0.1.16'
56+
version = '0.2.0'
5757
# The full version, including alpha/beta/rc tags.
58-
release = '0.1.16'
58+
release = '0.2.0'
5959

6060
# The language for content autogenerated by Sphinx. Refer to documentation
6161
# for a list of supported languages.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1313

1414
# setup.py
15-
# Copyright (C) 2014-2020 Fracpete (pythonwekawrapper at gmail dot com)
15+
# Copyright (C) 2014-2021 Fracpete (pythonwekawrapper at gmail dot com)
1616

1717
from setuptools import setup
1818

@@ -55,7 +55,7 @@ def _read(f):
5555
"weka": ["lib/*.jar"],
5656
},
5757
include_package_data=True,
58-
version="0.1.16",
58+
version="0.2.0",
5959
author='Peter "fracpete" Reutemann',
6060
author_email='[email protected]',
6161
install_requires=[

0 commit comments

Comments
 (0)