File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments