Skip to content

Commit

Permalink
RELEASE v.0.7.2 (#728)
Browse files Browse the repository at this point in the history
* RELEASE v.0.7.2

* update changelog

* Update CHANGELOG.md

Co-authored-by: Daisuke Oyama <oyama@e.u-tokyo.ac.jp>

* Update CHANGELOG.md

Co-authored-by: Daisuke Oyama <oyama@e.u-tokyo.ac.jp>

---------

Co-authored-by: Daisuke Oyama <oyama@e.u-tokyo.ac.jp>
  • Loading branch information
mmcky and oyamad authored Mar 14, 2024
1 parent 0adb3ec commit 85c06b5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## Ver 0.7.2 (14th-March-2024)

### Fix

* FIX: linprog_simplex: Fix bug in Phase 1 by @oyamad in https://github.com/QuantEcon/QuantEcon.py/pull/727

### Maintenance

* FIX: Update license file from BSD-3 to MIT by @mmcky in https://github.com/QuantEcon/QuantEcon.py/pull/712
* MAINT: Update end year in License by @mmcky in https://github.com/QuantEcon/QuantEcon.py/pull/713
* Add citation by @Smit-create in https://github.com/QuantEcon/QuantEcon.py/pull/719
* Update ci.yml to latest version by @kp992 in https://github.com/QuantEcon/QuantEcon.py/pull/718

**Full Changelog**: https://github.com/QuantEcon/QuantEcon.py/compare/v0.7.1...v0.7.2

## Ver 0.7.1 (29-May-2023)

This is a minor release with bug fixes and improvements to documentation.
Expand Down
2 changes: 1 addition & 1 deletion quantecon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Import the main names to top level.
"""

__version__ = '0.7.1'
__version__ = '0.7.2'

try:
import numba
Expand Down

0 comments on commit 85c06b5

Please sign in to comment.