Skip to content

Commit

Permalink
Changelog and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
faph committed Dec 2, 2014
1 parent cb02db0 commit e9ba346
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
version 1.0.1 (2014-12-02)
--------------------------
- Fix `lmom_fit` for `gev` distribution. Did not return `OrderedDict` in some cases.

version 1.0.0 (2014-12-01)
--------------------------
- Major rewrite with all distributions now being standard scipy `rv_continous` classes
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
# The short X.Y version.
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '1.0.0'
release = '1.0.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from setuptools import setup
from os import path
from codecs import open

here = path.abspath(path.dirname(__file__))
# Get the long description from the relevant file
Expand All @@ -9,7 +8,7 @@

setup(
name='lmoments3',
version='1.0.0',
version='1.0.1',
packages=['lmoments3'],
url='https://github.com/OpenHydrology/lmoments3',
license='GPLv3',
Expand Down

0 comments on commit e9ba346

Please sign in to comment.