Skip to content

Commit 4bb5517

Browse files
committed
BLD: bump version to 2021.1.1
1 parent a9628ec commit 4bb5517

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Release notes
22

3+
## Version 2021.1.1 - 2021-06-04
4+
5+
### Added
6+
7+
- Add 3D crystal visualization widget using py3Dmol.
8+
9+
### Changed
10+
11+
- Improve the indexing functions.
12+
- Better access to some global optimisation variables.
13+
- Expose the ZScatterer2Molecule function inside Molecule.h.
14+
- Add a cylindrical absorption correction (Lobanov & Alte da Veiga).
15+
316
## Version 2017.2.3 - 2020-06-15
417

518
### Added

site_scons/fallback_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
Update FALLBACK_VERSION when tagging a new release.
88
'''
99

10-
FALLBACK_VERSION = '2017.2.2.post0'
10+
FALLBACK_VERSION = '2021.1.1.post0'

0 commit comments

Comments
 (0)