Skip to content

Commit

Permalink
set version/CHANGES for 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyJD committed Feb 23, 2019
1 parent d6ea81e commit e5c2a6c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

Changes in 1.2.0 (2019-02-23):
------------------------------
* improve install with pip
* add Makefile

Changes in 1.1.1 (2017-01-29):
------------------------------
* workaround :issue:`43` for py2app problems
Expand Down
2 changes: 1 addition & 1 deletion discid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
import discid.libdiscid
import discid.disc

__version__ = "1.1.1"
__version__ = "1.2.0"


# these contants are defined here so sphinx can catch the "docstrings"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def run(self):
long_description = readme.read()

setup(name="discid",
version="1.1.1",
version="1.2.0",
description="Python binding of Libdiscid",
long_description=long_description,
author="Johannes Dewender",
Expand Down

0 comments on commit e5c2a6c

Please sign in to comment.