Skip to content

Commit 72fbc15

Browse files
committed
2.0.1
1 parent 39b9a40 commit 72fbc15

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# [Changelog](https://github.com/tschaume/ccsgp_get_started/releases)
2+
3+
## [2.0.1](https://github.com/tschaume/ccsgp_get_started/compare/2.0.0...2.0.1)
4+
5+
* [39b9a40](https://github.com/tschaume/ccsgp_get_started/commit/39b9a40) setup: don't read license file
6+
* [bfd2393](https://github.com/tschaume/ccsgp_get_started/commit/bfd2393) make pymodelfit optional dependence
7+
* [d39f943](https://github.com/tschaume/ccsgp_get_started/commit/d39f943) setup: try setup_requires
8+
* [28bd630](https://github.com/tschaume/ccsgp_get_started/commit/28bd630) setup: try dependency_links
9+
* [6c30ba8](https://github.com/tschaume/ccsgp_get_started/commit/6c30ba8) setup: fix install_requires
10+
* [3a58915](https://github.com/tschaume/ccsgp_get_started/commit/3a58915) requirements: circumvent allow-external for gnuplot
11+
* [668c6ba](https://github.com/tschaume/ccsgp_get_started/commit/668c6ba) requirements: allow-external/unverified for gnuplot
12+
* [0b513be](https://github.com/tschaume/ccsgp_get_started/commit/0b513be) rename license file
13+
* [6b2ec8e](https://github.com/tschaume/ccsgp_get_started/commit/6b2ec8e) update setup to work with changes
14+
* [140d514](https://github.com/tschaume/ccsgp_get_started/commit/140d514) setup: import setuptools
15+
* [a079dd6](https://github.com/tschaume/ccsgp_get_started/commit/a079dd6) setup: remove install_requires
16+
* [d4e0b38](https://github.com/tschaume/ccsgp_get_started/commit/d4e0b38) remove ez_setup dependence
17+
* [4d3ea89](https://github.com/tschaume/ccsgp_get_started/commit/4d3ea89) fix current version number
18+
* [e77ef9d](https://github.com/tschaume/ccsgp_get_started/commit/e77ef9d) add changelog
19+
* [bea2647](https://github.com/tschaume/ccsgp_get_started/commit/bea2647) prepare __init__ for changes
20+
* [b95f2e6](https://github.com/tschaume/ccsgp_get_started/commit/b95f2e6) remove ez_setup, make dependency
21+

ccsgp_get_started/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""get started with the ccsgp plotting library"""
22

3-
__version__ = '2.0.0'
3+
__version__ = '2.0.1'
44
__url__ = 'https://github.com/tschaume/ccsgp_get_started'
55
__author__ = 'Patrick Huck'
66
__email__ = 'patrick@the-huck.com'

0 commit comments

Comments
 (0)