Skip to content

Commit 67fd9d5

Browse files
committed
Bump version and updated CHANGELOG
1 parent 907cfef commit 67fd9d5

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.6.0] (2021-01-22)
8+
9+
### Added
10+
11+
- Added a demo for 3D surfaces with cylindrical symmetries. (`examples/example1.py`)
12+
13+
### Fixes
14+
15+
- Fixes incorrectly plotted curves when no `imshow` has been called.
16+
- Fixes ugly coefficient calculation code.
17+
718
## [1.5.1] (2021-01-22)
819

920
### Added

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
EMAIL = "henrik.blidh@nedomkull.com"
2323
AUTHOR = "Henrik Blidh"
2424
REQUIRES_PYTHON = ">=2.7.10"
25-
VERSION = "1.5.1"
25+
VERSION = "1.6.0"
2626

2727
REQUIRED = ["numpy>=1.7.0"]
2828

0 commit comments

Comments
 (0)