File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ Changes in 1.2.0 (2019-02-23):
5+ ------------------------------
6+ * improve install with pip
7+ * add Makefile
8+
49Changes in 1.1.1 (2017-01-29):
510------------------------------
611 * workaround :issue: `43 ` for py2app problems
Original file line number Diff line number Diff line change 3333import discid .libdiscid
3434import discid .disc
3535
36- __version__ = "1.1.1 "
36+ __version__ = "1.2.0 "
3737
3838
3939# these contants are defined here so sphinx can catch the "docstrings"
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ def run(self):
4545 long_description = readme .read ()
4646
4747setup (name = "discid" ,
48- version = "1.1.1 " ,
48+ version = "1.2.0 " ,
4949 description = "Python binding of Libdiscid" ,
5050 long_description = long_description ,
5151 author = "Johannes Dewender" ,
You can’t perform that action at this time.
0 commit comments