Skip to content

Commit e5c2a6c

Browse files
committed
set version/CHANGES for 1.2.0
1 parent d6ea81e commit e5c2a6c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
Changes in 1.2.0 (2019-02-23):
5+
------------------------------
6+
* improve install with pip
7+
* add Makefile
8+
49
Changes in 1.1.1 (2017-01-29):
510
------------------------------
611
* workaround :issue:`43` for py2app problems

discid/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
import discid.libdiscid
3434
import 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"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def run(self):
4545
long_description = readme.read()
4646

4747
setup(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",

0 commit comments

Comments
 (0)