Skip to content

Commit 889535e

Browse files
committed
bump to 0.11.1
1 parent 9887f7c commit 889535e

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

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

33
## [0.12.0] - x xxx 202x
44

5+
6+
## [0.11.1] - 2 October 2023
7+
### Changed
8+
- Change Matplotlib minimium required version to at least v3.7.0
9+
510
## [0.11.0] - 12 September 2023
611
### Changed
712
- Using new Matplotlib `pcolormesh` API introduced in v3.7.0 to plot sky map with projections faster with less memory

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="mw_plot",
12-
version="0.12.0.dev0",
12+
version="0.11.1",
1313
classifiers=[
1414
"Development Status :: 3 - Alpha",
1515
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)