Skip to content

Commit 5eebc9d

Browse files
committed
version 1.1.1
This revision fixes #128: a regression pandas-dev/pandas#57006 and a few warnings introduced by pandas 2.2.0. There are no other code changes.
1 parent 761ee3a commit 5eebc9d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cvxportfolio/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
modules. The __all__ attribute of each is used.
1818
"""
1919

20-
__version__ = "1.1.0"
20+
__version__ = "1.1.1"
2121

2222
from .constraints import *
2323
from .costs import *

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
author = 'The Cvxportfolio Authors'
3131

3232
# The full version, including alpha/beta/rc tags
33-
release = "1.1.0"
33+
release = "1.1.1"
3434

3535
# The language for content autogenerated by Sphinx. Refer to documentation
3636
# for a list of supported languages.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cvxportfolio"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
description = "Portfolio optimization and back-testing."
55
readme = "README.rst"
66
license = {text = "Apache License (2.0)"}

0 commit comments

Comments
 (0)