Skip to content

Commit

Permalink
update version and doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed Feb 22, 2020
1 parent d9660b7 commit 4127456
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion doc/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

1.0.3: accepted pull request https://github.com/cokelaer/colormap/pull/9 and
https://github.com/cokelaer/colormap/pull/8 (doc and small fixes). Also fixed
travis CI
1.0.2:
1.0.1: ported to conda-forge (fixing metadata)
1.0.0: stable version
0.9.7:fix rgb2hex function that raised error in python3.5 due to float being
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
release = version
author = "Thomas Cokelaer"
title = "colormap"
copyright = author + ", 2014-2016"
copyright = author + ", 2014-2020"
project = "colormap"

import easydev
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

_MAJOR = 1
_MINOR = 0
_MICRO = 2
_MICRO = 3
version = '%d.%d.%d' % (_MAJOR, _MINOR, _MICRO)
release = '%d.%d' % (_MAJOR, _MINOR)

Expand Down

0 comments on commit 4127456

Please sign in to comment.