Skip to content

Commit afc2ec3

Browse files
committed
version 0.5.2
1 parent 5f7c911 commit afc2ec3

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

doc/history.rst

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
History
33
=======
44

5+
0.5.2 (2017-12-15)
6+
------------------
7+
8+
Mostly a maintenance release. Much cleaning happened and a conda package is now
9+
available in conda-forge. Moreover, the package can now be tried online thanks
10+
to binder.
11+
512
0.5.1 (2017-07-04)
613
------------------
714

pyunlocbox/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
assert operators
3030
assert acceleration
3131

32-
__version__ = '0.5.1'
33-
__release_date__ = '2017-07-04'
32+
__version__ = '0.5.2'
33+
__release_date__ = '2017-12-15'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='pyunlocbox',
9-
version='0.5.1',
9+
version='0.5.2',
1010
description='Convex Optimization in Python using Proximal Splitting',
1111
long_description=open('README.rst').read(),
1212
author='EPFL LTS2',

0 commit comments

Comments
 (0)