Skip to content

Commit

Permalink
incremented version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
fracpete committed Jan 11, 2019
1 parent 982b698 commit 45b91cb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions CHANGES.rst
@@ -1,14 +1,13 @@
Changelog
=========

0.1.7 (????-??-??)
0.1.7 (2019-01-11)
------------------

- added wrapper classes for association classes that implement `AssociationRuleProducer`
(package `weka.associations`): `AssociationRules`, `AssociationRule`, `item`
- added `to_source` method to `weka.classifiers.Classifier` and `weka.filters.Filter`
(underlying Java classes must implement the respective `Sourcable` interface)
- ...


0.1.6 (2018-10-28)
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Expand Up @@ -5,7 +5,7 @@ Preparation:

* run unit tests: `tests/wekatests/all_tests.py`
* increment version in `setup.py`
* increment versions in `doc/source/conf.py`
* increment versions/copyright in `doc/source/conf.py`
* update API documentation

* cd python/weka
Expand Down
6 changes: 3 additions & 3 deletions doc/source/conf.py
Expand Up @@ -46,16 +46,16 @@

# General information about the project.
project = u'python-weka-wrapper3'
copyright = u'2014-2018, Peter "fracpete" Reutemann'
copyright = u'2014-2019, Peter "fracpete" Reutemann'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '0.1.6'
version = '0.1.7'
# The full version, including alpha/beta/rc tags.
release = '0.1.6'
release = '0.1.7'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -12,7 +12,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

# setup.py
# Copyright (C) 2014-2018 Fracpete (pythonwekawrapper at gmail dot com)
# Copyright (C) 2014-2019 Fracpete (pythonwekawrapper at gmail dot com)

from setuptools import setup

Expand Down Expand Up @@ -55,7 +55,7 @@ def _read(f):
"weka": ["lib/*.jar"],
},
include_package_data=True,
version="0.1.6",
version="0.1.7",
author='Peter "fracpete" Reutemann',
author_email='pythonwekawrapper@gmail.com',
install_requires=[
Expand Down

0 comments on commit 45b91cb

Please sign in to comment.