Skip to content
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.

Commit

Permalink
prepared release
Browse files Browse the repository at this point in the history
  • Loading branch information
fracpete committed Apr 22, 2015
1 parent 148d71b commit 91c0650
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

0.3.1 (????-??-??)
0.3.1 (2015-04-23)
------------------

- added `get_tags` class method to `Tags` method for easier instantiation of Tag arrays
Expand All @@ -13,7 +13,6 @@ Changelog
- added `quote`/`unquote` and `backquote`/`unbackquote` methods to `weka.core.classes` module
- added `main` method to `weka.core.classes` for operations on options: join, split, code
- added support for option handling to `weka.core.classes` module
- ...


0.3.0 (2015-04-15)
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
# built documents.
#
# The short X.Y version.
version = '0.3.0'
version = '0.3.1'
# The full version, including alpha/beta/rc tags.
release = '0.3.0'
release = '0.3.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def _read(f):
"weka": ["lib/*.jar"],
},
include_package_data=True,
version="0.3.0",
version="0.3.1",
author='Peter "fracpete" Reutemann',
author_email='pythonwekawrapper at gmail dot com',
install_requires=[
Expand Down

0 comments on commit 91c0650

Please sign in to comment.